Skip to content

Commit 5867812

Browse files
committed
black
1 parent a6af3c8 commit 5867812

File tree

1 file changed

+1
-3
lines changed
  • message_passing/waiting_for_handlers_and_compensation

1 file changed

+1
-3
lines changed

message_passing/waiting_for_handlers_and_compensation/starter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ async def _check_run(
3535
wait_for_stage=client.WorkflowUpdateStage.ACCEPTED,
3636
)
3737
except Exception as e:
38-
print(
39-
f" 🔴 caught exception while starting update: {e}: {e.__cause__ or ''}"
40-
)
38+
print(f" 🔴 caught exception while starting update: {e}: {e.__cause__ or ''}")
4139

4240
if exit_type == WorkflowExitType.CANCELLATION:
4341
await wf_handle.cancel()

0 commit comments

Comments
 (0)