diff query_db.py @ 9:4678715f7147 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:24 +0000
parents 6e72fd26a9d3
children 575cd6cd537c
line wrap: on
line diff
--- a/query_db.py	Thu Jan 23 07:36:57 2020 -0500
+++ b/query_db.py	Sat Sep 12 01:22:24 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)