[GRASS-SVN] r66747 - grass/branches/releasebranch_7_0/lib/python/pygrass/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 4 18:46:47 PST 2015
Author: annakrat
Date: 2015-11-04 18:46:47 -0800 (Wed, 04 Nov 2015)
New Revision: 66747
Modified:
grass/branches/releasebranch_7_0/lib/python/pygrass/gis/__init__.py
Log:
pygrass: fix GridModule after renaming a method in r60491, see #2791 (merge from trunk, r66746)
Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/gis/__init__.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/gis/__init__.py 2015-11-05 02:43:58 UTC (rev 66746)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/gis/__init__.py 2015-11-05 02:46:47 UTC (rev 66747)
@@ -392,7 +392,7 @@
if lines:
return [l.strip() for l in lines]
lns = ['PERMANENT', ]
- self.write(lns)
+ self._write(lns)
return lns
def _write(self, mapsets):
More information about the grass-commit
mailing list