mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
Format
This commit is contained in:
@@ -68,6 +68,7 @@ def only_allow_defined_args(function_to_decorate):
|
|||||||
def handler(signum, frame):
|
def handler(signum, frame):
|
||||||
os.system("kill -9 %d" % os.getpid())
|
os.system("kill -9 %d" % os.getpid())
|
||||||
|
|
||||||
|
|
||||||
signal.signal(signal.SIGINT, handler)
|
signal.signal(signal.SIGINT, handler)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user