未验证 提交 0d1ec6da 编写于 作者: S SunGaofeng 提交者: GitHub

fix subprocess not stop when press ctr+c to stop main process (#2681)

上级 bd29c34f
......@@ -24,6 +24,7 @@ def _term(sig_num, addition):
signal.signal(signal.SIGTERM, _term)
signal.signal(signal.SIGINT, _term)
class AttrDict(dict):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册