Kaydet (Commit) 206883ad authored tarafından Faik Uygur's avatar Faik Uygur

* another source to Cancel freeze is terminated. pisi.api.finalize can not be

  interrupted.
üst b85c71b8
......@@ -79,6 +79,7 @@ def cancelled():
fail("System.Manager.cancelled")
def finished(operation=""):
signal.signal(signal.SIGINT, signal.SIG_IGN)
pisi.api.finalize()
notify("System.Manager.finished", operation)
......
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