Unverified Commit 4fb1388e authored by mvdbeek's avatar mvdbeek
Browse files

Fix invocation failure dataset reference

Fixes https://github.com/galaxyproject/galaxy/issues/20049.
Many thanks for pointing me at the real issue @jdavcs!
parent 3a7febab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -520,7 +520,7 @@ class WorkflowProgress:
                        raise modules.FailWorkflowEvaluation(
                            why=InvocationFailureDatasetFailed(
                                reason=FailureReason.dataset_failed,
                                hda_id=replacement.id,
                                hda_id=dataset_instance.id,
                                workflow_step_id=connection.input_step_id,
                                dependent_workflow_step_id=output_step_id,
                            )