Skip to content

Commit

Permalink
Merge c65dc34 into 4aff1a5
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jan 17, 2024
2 parents 4aff1a5 + c65dc34 commit b0dd298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapchete/commands/_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def execute(
retries -= 1
all_observers.notify(
status=Status.retrying,
message=f"run failed due to {str(exception)} (remaining retries: {retries})",
message=f"run failed due to {repr(exception)} (remaining retries: {retries})",
)
else:
raise
Expand Down

0 comments on commit b0dd298

Please sign in to comment.