Skip to content

Commit 73f9d54

Browse files
committed
fix: post-merge
Signed-off-by: Yves Bastide <[email protected]>
1 parent f671133 commit 73f9d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleflow/command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def workflow_history(
453453
"external_workflows_signaling": history.external_workflows_signaling,
454454
"signaled_workflows": history.signaled_workflows,
455455
}
456-
elif mode == "cooked2":
456+
elif output_format == "cooked2":
457457
history.parse()
458458
events = {
459459
"workflow": [t for t in history.tasks if t.type == "child_workflow"],

0 commit comments

Comments
 (0)