We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe24ab commit 85079cbCopy full SHA for 85079cb
1 file changed
bin/wfbench
@@ -768,10 +768,11 @@ def main():
768
except KeyboardInterrupt:
769
log_debug("Detected Keyboard interrupt: cleaning up processes...")
770
kill_current_handles(current_proc_handles)
771
- sys.exit(1)
772
finally:
+ log_debug("Aborting: cleaning up processes...")
773
774
775
+
776
# Cleanups
777
if core:
778
unlock_core(path_locked, path_cores, core)
0 commit comments