changeset 27:901b359bb74a

We are getting closer.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 14 May 2015 15:36:42 +1000
parents 463b024b53ff
children a325622e2277
files TrustStoreGalaxyBrowse.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.py	Thu May 14 15:11:03 2015 +1000
+++ b/TrustStoreGalaxyBrowse.py	Thu May 14 15:36:42 2015 +1000
@@ -143,7 +143,7 @@
 
     path_texts = truststore.lengthenPath(short_url)
     if len(path_texts) < 2:
-        print("The path we got was malformed.")
+        print("The path we got was malformed: " + str(path_texts))
         sys.exit(3)
     paths = path_texts[1:]
     store_id = path_texts[0]