diff fimo_wrapper.py @ 10:b8c05adb68da draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
author iuc
date Wed, 23 Aug 2017 20:57:09 -0400
parents e8b209806a20
children
line wrap: on
line diff
--- a/fimo_wrapper.py	Thu Jun 29 20:39:45 2017 -0400
+++ b/fimo_wrapper.py	Wed Aug 23 20:57:09 2017 -0400
@@ -112,8 +112,8 @@
     if returncode != 0:
         stderr = get_stderr(tmp_stderr)
         stop_err(stderr)
-except Exception, e:
-    stop_err('Error running FIMO:\n%s' % str(e))
+except Exception as e:
+    stop_err('Error running FIMO:\n%s' % e)
 
 shutil.move(os.path.join(args.output_path, 'fimo.txt'), args.txt_output)