[GRASS-SVN] r65026 - grass/trunk/gui/wxpython/vnet
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 8 13:18:22 PDT 2015
Author: turek
Date: 2015-04-08 13:18:22 -0700 (Wed, 08 Apr 2015)
New Revision: 65026
Modified:
grass/trunk/gui/wxpython/vnet/vnet_core.py
Log:
wx.vnet: completion of r64373
Modified: grass/trunk/gui/wxpython/vnet/vnet_core.py
===================================================================
--- grass/trunk/gui/wxpython/vnet/vnet_core.py 2015-04-08 19:58:09 UTC (rev 65025)
+++ grass/trunk/gui/wxpython/vnet/vnet_core.py 2015-04-08 20:18:22 UTC (rev 65026)
@@ -698,7 +698,7 @@
self.tmp_maps.DeleteTmpMap(self.tmpInPtsConnected)
try_remove(self.tmpPtsAsciiFile)
- if cmd[0] == "v.net.flow":
+ if event.cmd[0] == "v.net.flow":
self.tmp_maps.DeleteTmpMap(self.vnetFlowTmpCut)
self._onDone(event)
More information about the grass-commit
mailing list