Mercurial > repos > greg > gene_family_aligner
changeset 30:3b80ba2c0fd1 draft
Uploaded
author | greg |
---|---|
date | Tue, 09 May 2017 13:02:31 -0400 |
parents | 437a43ec5fb4 |
children | 5691bc0a32d2 |
files | run_pasta.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/run_pasta.py Fri May 05 10:29:59 2017 -0400 +++ b/run_pasta.py Tue May 09 13:02:31 2017 -0400 @@ -51,7 +51,7 @@ directory, then it should open a Finder window in the directory (even if that directory is hidden by default). ''' % temp_dir) - except Exception, x: + except Exception as x: if _DEVELOPER: raise message = "PASTA is exiting because of an error:\n%s " % str(x)