Exit with the signal number
Change-Id: Ied5201eb2196073fa21ee34058077730278267e9
This commit is contained in:
parent
a17ecfb603
commit
89d495e2d9
@ -65,7 +65,7 @@ def clean_exit(signum, frame=None):
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
sys.exit(0)
|
||||
sys.exit(signum)
|
||||
|
||||
|
||||
def start_process(proccess_type, config):
|
||||
|
Loading…
x
Reference in New Issue
Block a user