Skip to content

Commit bdecd24

Browse files
committedDec 12, 2013
imports
1 parent 4c1f6ec commit bdecd24

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 BaseException, ex:
62+
except Exception, ex:
6363
logger.error("exiting due: [%s]" % str(ex))
6464

6565
if __name__ == "__main__":

0 commit comments

Comments
 (0)
Please sign in to comment.