changeset 7:98f4b03a05dc draft

"planemo upload commit 5a255cfbba89d13ea62aeaaabd2801ac618cbb6b-dirty"
author diodupima
date Wed, 07 Jul 2021 21:40:56 +0000
parents df9a06bf6692
children 3c7247991227
files ho2s.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ho2s.py	Wed Jul 07 21:30:11 2021 +0000
+++ b/ho2s.py	Wed Jul 07 21:40:56 2021 +0000
@@ -35,7 +35,7 @@
     data_manager_dict = {
         "data_tables": {tool_data_table_name: [data_table_entry]}
     }
-    output_json = open(args.file, "wb")
+    output_json = open(args.file, "w")
     output_json.write(to_json_string(data_manager_dict))
     output_json.close()