Skip to content

Commit

Permalink
Instead of filename, cloud manager sends HDA to the download tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Aug 5, 2018
1 parent 4d83b83 commit ab77415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def download(self, trans, history_id, provider, bucket, credentials, dataset_ids
"credentials_file": credentials_file,
"bucket": bucket,
"object_label": object_label,
"filename": hda.dataset.get_file_name(),
"filename": hda,
"overwrite_existing": overwrite_existing
}
incoming = (util.Params(args, sanitize=False)).__dict__
Expand Down

0 comments on commit ab77415

Please sign in to comment.