Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dittamo <[email protected]>
  • Loading branch information
pvditt committed Jun 24, 2024
1 parent a67d730 commit 7bd87a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytepropeller/pkg/controller/nodes/array/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ func (a *arrayNodeHandler) buildArrayNodeContext(ctx context.Context, nCtx inter
if err != nil {
return nil, nil, nil, nil, nil, nil, err
}
// set new parent info and re-initialize the sub-node's control flow to not share/update the parent's state
// set new parent info and re-initialize the sub-node's control flow to not share/update the parent wf state
arrayExecutionContext := newArrayExecutionContext(
executors.NewExecutionContext(nCtx.ExecutionContext(), nCtx.ExecutionContext(), nCtx.ExecutionContext(), newParentInfo, executors.InitializeControlFlow()),
subNodeIndex)
Expand Down

0 comments on commit 7bd87a9

Please sign in to comment.