Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Attempted write to NoneType #14

Open
pnorman opened this issue Mar 12, 2013 · 0 comments
Open

Attempted write to NoneType #14

pnorman opened this issue Mar 12, 2013 · 0 comments
Labels

Comments

@pnorman
Copy link
Owner

pnorman commented Mar 12, 2013

against 3531bd4

./addressmerge.py -d xapi -w berkeley.wkt berkeley_address.osm berkeley_out.osm

...

Traceback (most recent call last):
  File "./addressmerge.py", line 538, in <module>
    source.output_osc(existing, args.osc)
  File "./addressmerge.py", line 470, in output_osc
    f.write('<?xml version="1.0"?>\n<osmChange version="0.6" upload="false" generator="addressmerge">\n')
AttributeError: 'NoneType' object has no attribute 'write'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant