Commit ddbb9b5b authored by Matthias Putz's avatar Matthias Putz

--amend

parent e8d2f9de
...@@ -11,7 +11,7 @@ import subprocess ...@@ -11,7 +11,7 @@ import subprocess
SYNC_REPO_PROGRAM = False SYNC_REPO_PROGRAM = False
SUBPROCESSES = [] SUBPROCESSES = []
def terminateHandle(): def terminateHandle(sig1, sig2):
for cmd in SUBPROCESSES: for cmd in SUBPROCESSES:
if cmd: if cmd:
cmd.terminate() cmd.terminate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment