diff alveo_api_key.py @ 18:5e1b7d922ea3 draft default tip

planemo upload for repository https://github.com/Alveo/alveo-galaxy-tools commit 53cde5cc9b8c1adcccdc3cfa52d8ca82079aeda7
author stevecassidy
date Mon, 15 Jan 2018 18:34:57 -0500
parents a38315ecf593
children
line wrap: on
line diff
--- a/alveo_api_key.py	Sun Dec 03 18:57:51 2017 -0500
+++ b/alveo_api_key.py	Mon Jan 15 18:34:57 2018 -0500
@@ -16,7 +16,8 @@
     try:
         write_key(args.api_key, args.output_path)
     except Exception as e:
-        print("ERROR: " + str(e), file=sys.stderr)
+        print(e, file=sys.stderr)
+ #       print("ERROR: " + str(e), file=sys.stderr)
         sys.exit(1)