pylint: fix issues

This commit is contained in:
Roman Zeyde
2015-06-16 10:33:48 +03:00
parent 768ee33bf2
commit 7ef71df81b
6 changed files with 12 additions and 12 deletions

View File

@@ -45,8 +45,6 @@ def main():
log.info('exitcode: %d', ret)
except KeyboardInterrupt:
log.info('server stopped')
except Exception as e:
log.warning(e, exc_info=True)
sys.exit(ret)
if __name__ == '__main__':