Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Jun 6, 2024
1 parent c2e61de commit ee1513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def build(
def run_step(step, msg, *args, **kwargs):
try:
step(*args, **kwargs)
except Exception as e:
except Exception:
raise StepException(msg)

logger.info(f'Running build for {owner}/{repository}/{branch}')
Expand Down

0 comments on commit ee1513f

Please sign in to comment.