Skip to content

Commit

Permalink
Undo silly last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorhardy authored Jan 10, 2025
1 parent a085cd0 commit bc1ad3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions helics/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,7 @@ def run(path, silent, connect_server, no_log_files, no_kill_on_error):
if errored:
sys.exit(1)

if errored:
info("Done (with errors.")
else:
info("Done.")
info("Done.")


@cli.command()
Expand Down

0 comments on commit bc1ad3d

Please sign in to comment.