ptrv / gpx2spatialite

GNU General Public License v3.0
23 stars 8 forks source link

updatelocations option is broken #9

Closed belasco closed 10 years ago

belasco commented 10 years ago

Passing updatelocations results in the following error for me Traceback (most recent call last): File "/home/dbr/bin/gpx2spatialite", line 707, in sys.exit(main()) File "/home/dbr/bin/gpx2spatialite", line 629, in main gpx_filepaths = read_filepaths(filepaths, ".gpx") File "/home/dbr/bin/gpx2spatialite", line 601, in read_filepaths raise Exception("First parameter must be of type list.") Exception: First parameter must be of type list.

Think this is something to do with the new ability to pass a directory or a file. Will try and debug soon.

ptrv commented 10 years ago

Fixed with https://github.com/ptrv/gpx2spatialite/pull/10