# HG changeset patch # User Wise, Catherine (Digital, Acton) # Date 1435190047 -36000 # Node ID 8b88de25dd2c13c46c26155470a979aaa910736a # Parent c7287129f37f8cdf0e1716c3c0cbde004ef4a6b1 More. diff -r c7287129f37f -r 8b88de25dd2c TrustStoreGalaxyBrowse.py --- a/TrustStoreGalaxyBrowse.py Thu Jun 25 09:16:21 2015 +1000 +++ b/TrustStoreGalaxyBrowse.py Thu Jun 25 09:54:07 2015 +1000 @@ -187,12 +187,12 @@ name = construct_multi_filename(hda_id, filename, extension) target_output_filename = None data_type = "new_primary_dataset" - if first: - target_output_filename = file_name - dataset = "new_primary_dataset" - first = False - else: - target_output_filename = os.path.normpath(os.path.join(extra_files_path, name)) + # if first: + # target_output_filename = file_name + # dataset = "new_primary_dataset" + # first = False + # else: + target_output_filename = os.path.normpath(os.path.join(extra_files_path, name)) download = truststore.getFile(store, location) if download is None: print("File %s not found." % location.name)