[GRASS-dev] [GRASS GIS] #2619: v.in.gps compile error

#2619: v.in.gps compile error
----------------------+-----------------------------------------------------
Reporter: uwoelfel | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: Addons | Version: 7.0.0
Keywords: | Platform: All
      Cpu: All |
----------------------+-----------------------------------------------------
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...

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2619&gt;
GRASS GIS <http://grass.osgeo.org>

#2619: v.in.gps compile error
-----------------------+----------------------------------------------------
  Reporter: uwoelfel | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.1
Component: Addons | Version: 7.0.0
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by annakrat):

  * status: new => closed
  * resolution: => fixed

Comment:

Done in r64853. Thank you for reporting.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2619#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>