Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 11, 2024
1 parent 3c47b5a commit df6f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mcli/manage_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main(config_path: str, timeout: int = _DEFAULT_TIMEOUT) -> int:
if not confirm_continue("Launching new run..."):
return 1
run = mcli.create_run(run_config, timeout=timeout)
print(f"Launched new run '{run.name}'")
print(f"[green]✔️[/] Launched new run '{run.name}'")

return 0

Expand Down

0 comments on commit df6f1d9

Please sign in to comment.