mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
@@ -404,7 +404,7 @@ try:
|
||||
for s in (signal.SIGINT, signal.SIGTERM):
|
||||
signal.signal(s, shutdown_handler)
|
||||
ioloop.start()
|
||||
except:
|
||||
except Exception:
|
||||
# Print the traceback before we get SIGTERM and die.
|
||||
traceback.print_exc()
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user