Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan He <[email protected]>
  • Loading branch information
ethanhe42 authored Jan 4, 2025
1 parent 8b71365 commit f07877f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nemo_run/cli/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,9 +853,6 @@ def command(
except RunContextError as e:
typer.echo(f"Error: {str(e)}", err=True, color=True)
raise typer.Exit(code=1)
except Exception as e:
typer.echo(f"Unexpected error: {str(e)}", err=True, color=True)
raise typer.Exit(code=1)

return command

Expand Down

0 comments on commit f07877f

Please sign in to comment.