Talk:Upload.py

From OpenStreetMap Wiki
Jump to navigation Jump to search

Bugs in code

Not critical, but a bug in the code of osm2change.py and osm2change-python2.py The line in the argument check section " sys.stderr.write(" %s <file-name.osm>\n", (sys.argv[0],))" should read " sys.stderr.write(" %s <file-name.osm>\n" % (sys.argv[0],))"