mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
Format
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user