diff query_db.py @ 9:a3aab6045663 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:22:05 +0000
parents 973f03d82c86
children 623f3eb7aa48
line wrap: on
line diff
--- a/query_db.py	Thu Jan 23 07:36:39 2020 -0500
+++ b/query_db.py	Sat Sep 12 01:22:05 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)