Skip to content

Commit 85079cb

Browse files
committed
Minor fix
1 parent ebe24ab commit 85079cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/wfbench

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,10 +768,11 @@ def main():
768768
except KeyboardInterrupt:
769769
log_debug("Detected Keyboard interrupt: cleaning up processes...")
770770
kill_current_handles(current_proc_handles)
771-
sys.exit(1)
772771
finally:
772+
log_debug("Aborting: cleaning up processes...")
773773
kill_current_handles(current_proc_handles)
774774

775+
775776
# Cleanups
776777
if core:
777778
unlock_core(path_locked, path_cores, core)

0 commit comments

Comments
 (0)