changeset 16:bc3e29a97709

Make first file empty.
author Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
date Thu, 25 Jun 2015 10:04:23 +1000
parents 8b88de25dd2c
children eefb47f4f438
files TrustStoreGalaxyBrowse.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: