Skip to content

Commit

Permalink
Merge pull request PolyJIT#562 from PolyJIT/simbuerg/fix-561
Browse files Browse the repository at this point in the history
fix(actions): re-raise caught exception
  • Loading branch information
simbuerg authored Apr 9, 2023
2 parents dd7ef4f + e4bff98 commit 3f9a452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchbuild/utils/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def __call__(self) -> StepResult:

except ProcessExecutionError:
self.status = StepResult.ERROR
raise
self.status = StepResult.OK

return self.status
Expand Down

0 comments on commit 3f9a452

Please sign in to comment.