diff fimo_wrapper.py @ 11:c470b36b592d 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:21 -0400
parents 40b8472e91ca
children
line wrap: on
line diff
--- a/fimo_wrapper.py	Thu Jun 29 20:39:58 2017 -0400
+++ b/fimo_wrapper.py	Wed Aug 23 20:57:21 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)