浏览代码

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 12 年之前
父节点
当前提交
6fe136cce1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()