[GRASS-SVN] r42222 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 11 12:52:34 EDT 2010
Author: martinl
Date: 2010-05-11 12:52:32 -0400 (Tue, 11 May 2010)
New Revision: 42222
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
Log:
fix r42221
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py 2010-05-11 16:49:22 UTC (rev 42221)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/utils.py 2010-05-11 16:52:32 UTC (rev 42222)
@@ -656,7 +656,7 @@
def _getOGRFormats():
"""!Get dictionary of avaialble OGR drivers"""
- ret = grass.read_command('v.in.ogrx',
+ ret = grass.read_command('v.in.ogr',
quiet = True,
flags = 'f')
More information about the grass-commit
mailing list