Parcourir la source

fix https://trac.osgeo.org/grass/changeset/55256

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55263 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler il y a 12 ans
Parent
commit
6fe136cce1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gui/wxpython/vnet/dialogs.py

+ 1 - 1
gui/wxpython/vnet/dialogs.py

@@ -620,7 +620,7 @@ class VNETDialog(wx.Dialog):
 
         vectMapName, mapSet = self._parseMapStr(self.inputData['input'].GetValue())
         vectorMap = vectMapName + '@' + mapSet
-cd .
+
         self.inputData['alayer'].Clear()
         self.inputData['nlayer'].Clear()