Skip to content

Commit 9d800c1

Browse files
author
Ethan He
authored
Update api.py (#132)
Signed-off-by: Ethan He <[email protected]>
1 parent c2a4229 commit 9d800c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/nemo_run/cli/api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,9 +853,6 @@ def command(
853853
except RunContextError as e:
854854
typer.echo(f"Error: {str(e)}", err=True, color=True)
855855
raise typer.Exit(code=1)
856-
except Exception as e:
857-
typer.echo(f"Unexpected error: {str(e)}", err=True, color=True)
858-
raise typer.Exit(code=1)
859856

860857
return command
861858

0 commit comments

Comments
 (0)