Skip to content

Commit

Permalink
fix: Don't call OsmFile.footer, it's now handled by a destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Nov 8, 2023
1 parent ec352b3 commit b688408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/json2osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def json2osm(input_file, yaml_file=None):
log.debug("Writing final OSM XML file...")
jsonin.writeOSM(feature)

jsonin.finishOSM()
# jsonin.finishOSM()
log.info(f"Wrote OSM XML file: {osmoutfile}")

return osmoutfile
Expand Down

0 comments on commit b688408

Please sign in to comment.