Skip to content

Commit

Permalink
Update asylex_automation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skyprince999 authored Dec 6, 2023
1 parent 0702072 commit 551d338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asylex_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 551d338

Please sign in to comment.