Wagner suggestions

This commit is contained in:
Einar Lanfranco
2021-03-25 15:41:24 -03:00
parent b1c3677f90
commit 9ff46cb1e6
4 changed files with 21 additions and 18 deletions

View File

@@ -35,4 +35,4 @@ reordered_dict.update({k: merged[k] for k in merged.keys() - desired_order_list}
with open(args.output_file, 'w') as f:
json.dump(reordered_dict, f, indent=4)