Exit with the signal number

Change-Id: Ied5201eb2196073fa21ee34058077730278267e9
This commit is contained in:
Tim Kuhlman 2015-03-03 14:30:37 -07:00
parent a17ecfb603
commit 89d495e2d9

View File

@ -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):