提交 37fbf072 编写于 作者: T TommyLike

Typo fix

上级 421981d0
......@@ -154,7 +154,7 @@ def running_templates_server():
# exit with 0 when sigterm signal received.
signal.signal(signal.SIGTERM, httpd_signal_handler)
httpd.serve_forever()
except (IndentationError, SignalException):
except (InterruptedError, SignalException):
pass
print("template server ends")
httpd.server_close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册