Skip to content

Commit

Permalink
Update asylex_automation.py
Browse files Browse the repository at this point in the history
minor correction
  • Loading branch information
skyprince999 authored Nov 29, 2023
1 parent 40373cb commit b90c8b3
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 @@ -97,6 +97,6 @@ def row2json_un(row):
reg_list = list()

with open(GEOJSON_SMALL, "w+") as fp:
json_load = json.dumps(all_bodies, indent=2)
json_load = json.dumps(geojson_small, indent=2)
fp.write(json_load)

0 comments on commit b90c8b3

Please sign in to comment.