1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
This commit is contained in:
Jactus
2020-12-14 18:11:12 +08:00
committed by you-n-g
parent cb0b6fcdaa
commit 8f6ab0af54

View File

@@ -68,6 +68,7 @@ def only_allow_defined_args(function_to_decorate):
def handler(signum, frame):
os.system("kill -9 %d" % os.getpid())
signal.signal(signal.SIGINT, handler)