We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdecd24 commit e09a5c4Copy full SHA for e09a5c4
tornado/web/Web.py
@@ -59,7 +59,7 @@ def main():
59
logger.debug("autoreload enabled")
60
tornado.autoreload.start()
61
tornado.ioloop.IOLoop.instance().start()
62
- except Exception, ex:
+ except BaseException as ex:
63
logger.error("exiting due: [%s]" % str(ex))
64
65
if __name__ == "__main__":
0 commit comments