Skip to content

Commit

Permalink
use sys.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Jun 14, 2024
1 parent 907b61d commit 9d0832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laps-runner/laps_runner/laps_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def main():
except Exception as e:
print(traceback.format_exc())
runner.logger.critical(__title__+': Error while executing workflow: '+str(e))
exit(1)
sys.exit(1)

return

Expand Down

0 comments on commit 9d0832e

Please sign in to comment.