diff --git a/lib/galaxy/tools/actions/__init__.py b/lib/galaxy/tools/actions/__init__.py index 31c7eb76526c..5c60c389c043 100644 --- a/lib/galaxy/tools/actions/__init__.py +++ b/lib/galaxy/tools/actions/__init__.py @@ -139,7 +139,9 @@ def process_dataset(data, formats=None): if converted_dataset: data = converted_dataset else: - data = data.get_converted_dataset(trans, target_ext, target_context=parent, history=history) + data = data.get_converted_dataset( + trans, target_ext, target_context=parent, history=history, return_output=True + ) input_name = prefixed_name # Checked security of whole collection all at once if mapping over this input, else