[GRASS-SVN] r49163 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 9 16:10:12 EST 2011
Author: martinl
Date: 2011-11-09 13:10:12 -0800 (Wed, 09 Nov 2011)
New Revision: 49163
Modified:
grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: parse `v.external -l` output
Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2011-11-09 21:02:54 UTC (rev 49162)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2011-11-09 21:10:12 UTC (rev 49163)
@@ -416,8 +416,8 @@
parent = parent,
read = True,
flags = 'l',
- dsn = vExternalOut['dsn'])
-
+ dsn = vExternalOut['dsn']).splitlines()
+
overwrite = False
if not UserSettings.Get(group = 'cmd', key = 'overwrite', subkey = 'enabled') and \
outmap in listOfVectors:
More information about the grass-commit
mailing list