[GRASS-SVN] r52743 - grass-addons/grass7/gui/wxpython/wx.vnet/vnet

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 19 23:55:27 PDT 2012


Author: turek
Date: 2012-08-19 23:55:26 -0700 (Sun, 19 Aug 2012)
New Revision: 52743

Modified:
   grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py
Log:
vnet: Bug fix

Modified: grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py	2012-08-20 06:01:18 UTC (rev 52742)
+++ grass-addons/grass7/gui/wxpython/wx.vnet/vnet/dialogs.py	2012-08-20 06:55:26 UTC (rev 52743)
@@ -1010,7 +1010,7 @@
                 if  len(catPts[cat[0]]) < 2:
                     GMessage(parent = self, 
                              message = _("Please choose at least two points."))
-                return        
+                    return        
 
         # TODO add also to thread for analysis?
         vcatResult = RunCommand("v.category",



More information about the grass-commit mailing list