Mercurial > repos > iuc > meme_fimo
diff fimo_wrapper.py @ 10:ce2feec4c8d2 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:56:18 -0400 |
| parents | 8a042b09be8e |
| children |
line wrap: on
line diff
--- a/fimo_wrapper.py Thu Jun 29 20:39:32 2017 -0400 +++ b/fimo_wrapper.py Wed Aug 23 20:56:18 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)
