Skip to content

Commit e09a5c4

Browse files
committed
ex
1 parent bdecd24 commit e09a5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tornado/web/Web.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959
logger.debug("autoreload enabled")
6060
tornado.autoreload.start()
6161
tornado.ioloop.IOLoop.instance().start()
62-
except Exception, ex:
62+
except BaseException as ex:
6363
logger.error("exiting due: [%s]" % str(ex))
6464

6565
if __name__ == "__main__":

0 commit comments

Comments
 (0)