diff query_db.py @ 9:f4a9e0e3415d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit daa9af57fe07ee83a45ddc9f855716f9d14a8e12"
author iuc
date Sat, 12 Sep 2020 01:20:58 +0000
parents 5600704453b8
children 755242733259
line wrap: on
line diff
--- a/query_db.py	Thu Jan 23 12:35:39 2020 +0000
+++ b/query_db.py	Sat Sep 12 01:20:58 2020 +0000
@@ -52,7 +52,7 @@
             except Exception as exc:
                 print("Warning: %s" % exc, file=sys.stderr)
     except Exception as e:
-        exit('Error: %s' % (e))
+        exit('describe_tables Error: %s' % (e))
     exit(0)