Skip to content

Commit

Permalink
handle edge case
Browse files Browse the repository at this point in the history
Signed-off-by: zazulam <[email protected]>
Co-authored-by: droctothorpe <[email protected]>
  • Loading branch information
zazulam and droctothorpe committed Sep 17, 2024
1 parent a0a7b7b commit 1cb4db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/v2/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,7 @@ func resolveInputs(ctx context.Context, dag *metadata.DAG, iterationIndex *int,
} else {
// The producer subtask is not a DAG, so we exit the loop.
producerSubTaskMaybeDAG = false
inputs.ParameterValues[name] = producerOutputs[taskOutput.GetOutputParameterKey()]
}
}

Expand Down

0 comments on commit 1cb4db8

Please sign in to comment.