Skip to content

Commit 67d44e4

Browse files
authored
Merge pull request #20200 from mvdbeek/fix_invocation_failure_dataset_reference
[24.0] Fix invocation failure dataset reference
2 parents 3a7feba + 4fb1388 commit 67d44e4

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
@@ -520,7 +520,7 @@ def replacement_for_connection(self, connection: "WorkflowStepConnection", is_da
520520
raise modules.FailWorkflowEvaluation(
521521
why=InvocationFailureDatasetFailed(
522522
reason=FailureReason.dataset_failed,
523-
hda_id=replacement.id,
523+
hda_id=dataset_instance.id,
524524
workflow_step_id=connection.input_step_id,
525525
dependent_workflow_step_id=output_step_id,
526526
)

0 commit comments

Comments
 (0)