Skip to content

Commit

Permalink
please help me learn python exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Nov 26, 2024
1 parent de6c8c7 commit 6bbf2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/pp/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _install_subtool(experiment, platform, target):
else:
print(f"ERROR: Workflow '{install_dir}' already installed, and the definition has changed!")
print(f"ERROR: Please manually remove or archive your workflow run directory '{install_dir}' and then run again")
raise Exception
exit(1)
else:
print(f"NOTE: About to install workflow into ~/cylc-run/{name}")
cmd = f"cylc install --no-run-name {name}"
Expand Down

0 comments on commit 6bbf2cd

Please sign in to comment.