Skip to content

Commit

Permalink
Somewhat improved error message
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 bdfa7f5 commit c42687b
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 @@ -29,7 +29,7 @@ def install_subtool(experiment, platform, target):
print(f"NOTE: Workflow '{install_dir}' already installed, and the definition is unchanged")
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")
print(f"ERROR: Please remove installed workflow with 'cylc clean {name}' or move the workflow run directory '{install_dir}'")
exit(1)
else:
print(f"NOTE: About to install workflow into ~/cylc-run/{name}")
Expand Down

0 comments on commit c42687b

Please sign in to comment.