We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6af3c8 commit 5867812Copy full SHA for 5867812
message_passing/waiting_for_handlers_and_compensation/starter.py
@@ -35,9 +35,7 @@ async def _check_run(
35
wait_for_stage=client.WorkflowUpdateStage.ACCEPTED,
36
)
37
except Exception as e:
38
- print(
39
- f" 🔴 caught exception while starting update: {e}: {e.__cause__ or ''}"
40
- )
+ print(f" 🔴 caught exception while starting update: {e}: {e.__cause__ or ''}")
41
42
if exit_type == WorkflowExitType.CANCELLATION:
43
await wf_handle.cancel()
0 commit comments