changeset 13:a5d7ed2680c3 draft

Uploaded
author greg
date Sun, 10 Jan 2016 14:57:50 -0500
parents da6ab598f025
children a234ed464674
files fasta_extract.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fasta_extract.py	Sun Jan 10 14:53:59 2016 -0500
+++ b/fasta_extract.py	Sun Jan 10 14:57:50 2016 -0500
@@ -92,6 +92,5 @@
                 orphan_writer.writerow(row)
         except Exception, e:
             stop_err(str(e))
-        finally:
-            output.close()
-            dh.close()
+    output.close()
+    dh.close()