Skip to content

Commit c5c0599

Browse files
committed
Merge branch 'release_24.0' into release_24.1
2 parents 3fe4e31 + 67d44e4 commit c5c0599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/workflow/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def replacement_for_connection(self, connection: "WorkflowStepConnection", is_da
535535
raise modules.FailWorkflowEvaluation(
536536
why=InvocationFailureDatasetFailed(
537537
reason=FailureReason.dataset_failed,
538-
hda_id=replacement.id,
538+
hda_id=dataset_instance.id,
539539
workflow_step_id=connection.input_step_id,
540540
dependent_workflow_step_id=output_step_id,
541541
)

0 commit comments

Comments
 (0)