diff --git a/asylex_automation.py b/asylex_automation.py index 602b1b3..cd2a705 100644 --- a/asylex_automation.py +++ b/asylex_automation.py @@ -91,6 +91,6 @@ def row2json_un(row): bbox["properties"]["regionalHumanRightsMechanism"] = reg_list -with open("final_country.json", "w+") as fp: +with open(GEOJSON_SMALL, "w+") as fp: json_load = json.dumps(geojson_small, indent=2) fp.write(json_load)