diff query_db.py @ 9:64a96306112e 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:19:57 +0000
parents b0f9d2856b2b
children f7d8d9b9b197
line wrap: on
line diff
--- a/query_db.py	Thu Jan 23 12:34:49 2020 +0000
+++ b/query_db.py	Sat Sep 12 01:19:57 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)