There was an error while loading. Please reload this page.
1 parent 0b8e1f5 commit 2e22edeCopy full SHA for 2e22ede
1 file changed
flytekit/remote/remote.py
@@ -1194,9 +1194,7 @@ def sync_node_execution(
1194
1195
dynamic_flyte_wf = FlyteWorkflow.promote_from_closure(compiled_wf, node_launch_plans)
1196
execution._underlying_node_executions = [
1197
- self.sync_node_execution(
1198
- FlyteNodeExecution.promote_from_model(cne), dynamic_flyte_wf._node_map
1199
- )
+ self.sync_node_execution(FlyteNodeExecution.promote_from_model(cne), dynamic_flyte_wf._node_map)
1200
for cne in child_node_executions
1201
]
1202
# This is copied from below - dynamic tasks have both task executions (executions of the parent
0 commit comments