Skip to content

Commit

Permalink
click is awful
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Apr 26, 2024
1 parent 6c80c1b commit b815a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/cli/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def analyze(

try:
with _capture_logs(log_output, log_level):
return run(_analyze, files, outputs, check)
sys.exit(run(_analyze, files, outputs, check))
except click.ClickException:
raise
except Exception as e:
Expand Down

0 comments on commit b815a94

Please sign in to comment.