Skip to content

Commit

Permalink
Fix cancel in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Jan 26, 2024
1 parent 50d9c25 commit e78c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run_cli(args: Namespace, _: Any = None) -> None:
monitor.monitor(status_queue)
except (SystemExit, KeyboardInterrupt):
print("\nKilling simulations...")
# tracker.request_termination()
model.cancel()

thread.join()
storage.close()
Expand Down

0 comments on commit e78c5c9

Please sign in to comment.