diff data_manager/resource_building.py @ 41:4062484f2cee draft

planemo upload commit 43e2a01d7519104c2c16510e4dbdc023e65c49c7-dirty
author dchristiany
date Tue, 29 Jan 2019 10:54:13 -0500
parents fddf4a3847f4
children 5a37a086c9a8
line wrap: on
line diff
--- a/data_manager/resource_building.py	Tue Jan 29 10:50:31 2019 -0500
+++ b/data_manager/resource_building.py	Tue Jan 29 10:54:13 2019 -0500
@@ -401,7 +401,7 @@
     name = species+" ("+species_dict[species]+") "+time.strftime("%d/%m/%Y")
     id = species+"_"+interactome+"_"+ time.strftime("%d-%m-%Y")
 
-    with open(path, 'w', encoding="utf-8") as handle:
+    with open(path, 'w') as handle:
         json.dump(dico, handle, sort_keys=True)
 
     data_table_entry = dict(id=id, name = name, value = species, path = path)