Skip to content

Commit

Permalink
White space
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Nov 16, 2023
1 parent 15f46b0 commit 1e3b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytepropeller/pkg/controller/nodes/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (c *recursiveNodeExecutor) RecursiveNodeHandler(ctx context.Context, execCo
if err != nil {
return interfaces.NodeStatusUndefined, err
}

return interfaces.NodeStatusFailed(nodeStatus.GetExecutionError()), nil
} else if nodePhase == v1alpha1.NodePhaseTimedOut {
logger.Debugf(currentNodeCtx, "Node has timed out, traversing downstream.")
Expand Down

0 comments on commit 1e3b1b4

Please sign in to comment.