Opened 9 years ago

Closed 9 years ago

#2619 closed defect (fixed)

v.in.gps compile error

Reported by: uwoelfel Owned by: grass-dev@…
Priority: normal Milestone: 7.0.1
Component: Addons Version: 7.0.0
Keywords: Cc:
CPU: All Platform: All

Description

v.in.gps does not compile due to two small errors:

line 164: '-F', tmp + '.gpx') should be changed to: '-F', tmp + '.gpx']) and line 243: atexit.register(cleanup) should be commented out: # atexit.register(cleanup) since there is no function 'cleanup'. Probably one should put in something like the 'cleanup' that does exist in v.out.gps...

Attachments (1)

v.in.gps.diff (478 bytes ) - added by uwoelfel 9 years ago.

Download all attachments as: .zip

Change History (2)

by uwoelfel, 9 years ago

Attachment: v.in.gps.diff added

comment:1 by annakrat, 9 years ago

Resolution: fixed
Status: newclosed

Done in r64853. Thank you for reporting.

Note: See TracTickets for help on using tickets.