Improve test coverage of deploy_commands

This commit is contained in:
Matthias
2020-10-29 07:44:03 +01:00
parent 19fcbc92a7
commit f4d39f2a12
2 changed files with 13 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ def start_new_hyperopt(args: Dict[str, Any]) -> None:
if new_path.exists():
raise OperationalException(f"`{new_path}` already exists. "
"Please choose another Strategy Name.")
"Please choose another Hyperopt Name.")
deploy_new_hyperopt(args['hyperopt'], new_path, args['template'])
else:
raise OperationalException("`new-hyperopt` requires --hyperopt to be set.")