Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Aug 20, 2018
1 parent 0b8e1f5 commit 2e22ede
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flytekit/remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -1194,9 +1194,7 @@ def sync_node_execution(

dynamic_flyte_wf = FlyteWorkflow.promote_from_closure(compiled_wf, node_launch_plans)
execution._underlying_node_executions = [
self.sync_node_execution(
FlyteNodeExecution.promote_from_model(cne), dynamic_flyte_wf._node_map
)
self.sync_node_execution(FlyteNodeExecution.promote_from_model(cne), dynamic_flyte_wf._node_map)
for cne in child_node_executions
]
# This is copied from below - dynamic tasks have both task executions (executions of the parent
Expand Down

0 comments on commit 2e22ede

Please sign in to comment.