We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e19d27 + 0119b79 commit e5edacdCopy full SHA for e5edacd
1 file changed
weasel/cli/run.py
@@ -98,7 +98,7 @@ def project_run(
98
for dep in cmd.get("deps", []):
99
if not (project_dir / dep).exists():
100
err = f"Missing dependency specified by command '{subcommand}': {dep}"
101
- err_help = "Maybe you forgot to run the 'project assets' command or a previous step?"
+ err_help = "Maybe you forgot to run the 'weasel assets' command or a previous step?"
102
err_exits = 1 if not dry else None
103
msg.fail(err, err_help, exits=err_exits)
104
check_spacy_env_vars()
0 commit comments