# HG changeset patch # User Wise, Catherine (Digital, Acton) # Date 1435190663 -36000 # Node ID bc3e29a9770933a3118656c6845acca969a1c3df # Parent 8b88de25dd2c13c46c26155470a979aaa910736a Make first file empty. diff -r 8b88de25dd2c -r bc3e29a97709 TrustStoreGalaxyBrowse.py --- a/TrustStoreGalaxyBrowse.py Thu Jun 25 09:54:07 2015 +1000 +++ b/TrustStoreGalaxyBrowse.py Thu Jun 25 10:04:23 2015 +1000 @@ -172,6 +172,9 @@ print("Preparing the following for downloading: " + str(paths)) + # Empty parameter file. + open(file_name, 'w' ).close() + if root is not None: with open(metadata_path, 'wb') as metadata_file: for path in paths: