# HG changeset patch # User Wise, Catherine (Digital, Acton) # Date 1435202283 -36000 # Node ID 4819fbb59766e594d250d5f0b5c63677303f2917 # Parent 91bad9ac39c615673ecfc07ddcaf1b88f08f00da *tear* diff -r 91bad9ac39c6 -r 4819fbb59766 TrustStoreGalaxyBrowse.py --- a/TrustStoreGalaxyBrowse.py Thu Jun 25 13:11:57 2015 +1000 +++ b/TrustStoreGalaxyBrowse.py Thu Jun 25 13:18:03 2015 +1000 @@ -198,7 +198,7 @@ data_type = "new_primary_dataset" target_output_filename = os.path.normpath(os.path.join(extra_files_path, name)) download = truststore.getFile(store, location) - primary = first + primary = not first if download is None: print("File %s not found." % location.name) sys.exit(4)