Skip to content

Commit bdb3eff

Browse files
committed
Revert back to exit()
1 parent 6d4343c commit bdb3eff

File tree

1 file changed

+1
-1
lines changed
  • src/fprime_gds/executables

1 file changed

+1
-1
lines changed

src/fprime_gds/executables/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def parse_args(
184184
sys.exit(-1)
185185
except Exception as exc:
186186
print(f"[ERROR] {exc}", file=sys.stderr)
187-
raise
187+
sys.exit(-1)
188188
return args_ns, parser
189189

190190
@staticmethod

0 commit comments

Comments
 (0)