diff fetch_fasta_from_NCBI.py @ 2:50f5ef3313bb draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/fetch_fasta_from_ncbi commit e496484ae6792b1a90fd99aa5f4b70e2039ce3e7
author artbio
date Sun, 15 Oct 2017 20:13:13 -0400
parents 7e41bbb94159
children 8be88084f89c
line wrap: on
line diff
--- a/fetch_fasta_from_NCBI.py	Sun Oct 15 13:56:26 2017 -0400
+++ b/fetch_fasta_from_NCBI.py	Sun Oct 15 20:13:13 2017 -0400
@@ -403,7 +403,7 @@
     E = Eutils(options, logger)
     try:
         E.retrieve()
-    except Exception as e:
+    except Exception:
         sys.exit(1)