We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1f6ec commit bdecd24Copy full SHA for bdecd24
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 BaseException, ex:
+ except Exception, ex:
63
logger.error("exiting due: [%s]" % str(ex))
64
65
if __name__ == "__main__":
0 commit comments