# HG changeset patch # User Catherine Wise # Date 1431581802 -36000 # Node ID 901b359bb74a356ae55fd684a6fcf9a9a7dde634 # Parent 463b024b53ff06aacf9453ad32f98f4b012db1b7 We are getting closer. diff -r 463b024b53ff -r 901b359bb74a TrustStoreGalaxyBrowse.py --- 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]