mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Merge pull request #5485 from scholtalbers/fix/#5484_rename_post_actions
[18.01] Fix #5484
This commit is contained in:
@@ -187,7 +187,8 @@ class RenameDatasetAction(DefaultJobAction):
|
||||
# Lookp through inputs find one with "to_be_replaced" input
|
||||
# variable name, and get the replacement name
|
||||
for input_assoc in job.input_datasets:
|
||||
input_names[input_assoc.name] = input_assoc.dataset.name
|
||||
if input_assoc.dataset:
|
||||
input_names[input_assoc.name] = input_assoc.dataset.name
|
||||
|
||||
# Ditto for collections...
|
||||
for input_assoc in job.input_dataset_collections:
|
||||
|
||||
Reference in New Issue
Block a user