Skip to content

Commit 2e22ede

Browse files
committed
nit
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
1 parent 0b8e1f5 commit 2e22ede

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

flytekit/remote/remote.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,7 @@ def sync_node_execution(
11941194

11951195
dynamic_flyte_wf = FlyteWorkflow.promote_from_closure(compiled_wf, node_launch_plans)
11961196
execution._underlying_node_executions = [
1197-
self.sync_node_execution(
1198-
FlyteNodeExecution.promote_from_model(cne), dynamic_flyte_wf._node_map
1199-
)
1197+
self.sync_node_execution(FlyteNodeExecution.promote_from_model(cne), dynamic_flyte_wf._node_map)
12001198
for cne in child_node_executions
12011199
]
12021200
# This is copied from below - dynamic tasks have both task executions (executions of the parent

0 commit comments

Comments
 (0)