Mercurial > repos > cathywise > truststore_browse_testing
diff TrustStoreGalaxyBrowse.py @ 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 | 157062f5c547 | 
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]
