changeset 35:d25b82c3276f

Print a little less :) mostly working now!!!
author Catherine Wise <catherine.wise@csiro.au>
date Tue, 19 May 2015 08:58:58 +1000
parents 05ce187da48a
children e588269567ea
files TrustStoreGalaxyBrowse.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.py	Mon May 18 16:14:32 2015 +1000
+++ b/TrustStoreGalaxyBrowse.py	Tue May 19 08:58:58 2015 +1000
@@ -170,7 +170,7 @@
                     print("Path not found: " + path)
                     print("In root: " + str(root))
                 else:
-                    print("Downloading file..." + str(locations))
+                    print("Downloading file..." + ", ".join([loc.name for loc in locations]))
                 for location in locations:
                     filename = "".join(c in SAFE_CHARS and c or '-' for c in location.name)
                     extension = os.path.splitext(filename)[1]