diff data_manager/resource_building.py @ 13:098693479a9d draft

planemo upload commit 64366857c1f29dd79a77dc331eb0153cb94cdb11
author proteore
date Wed, 17 Apr 2019 10:01:29 -0400
parents f6afaa1f562c
children 3f9ba522bfe8
line wrap: on
line diff
--- a/data_manager/resource_building.py	Wed Apr 17 09:45:33 2019 -0400
+++ b/data_manager/resource_building.py	Wed Apr 17 10:01:29 2019 -0400
@@ -508,8 +508,8 @@
     id = "nextprot_ref_"+time.strftime("%d-%m-%Y")
     
     
-    with open(path, 'w') as output:
-        writer = csv.writer(output,delimiter="\t")
+    output = open(path, 'w')
+    writer = csv.writer(output,delimiter="\t")