Skip to content

Commit

Permalink
fix pylint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Mar 20, 2019
1 parent c965a98 commit 5ff6687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nullsmtpd/nullsmtpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def main():

try:
loop.run_forever()
except (KeyboardInterrupt):
except KeyboardInterrupt:
pass
finally:
logger.info('Stopping nullsmtpd')
Expand Down

0 comments on commit 5ff6687

Please sign in to comment.