[GRASS-SVN] r73176 - grass/trunk/gui/wxpython/startup
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 24 18:27:10 PDT 2018
Author: wenzeslaus
Date: 2018-08-24 18:27:09 -0700 (Fri, 24 Aug 2018)
New Revision: 73176
Modified:
grass/trunk/gui/wxpython/startup/utils.py
Log:
wxGUI/startup: no parameter for read_gisrc (forgotten self in r73175)
Modified: grass/trunk/gui/wxpython/startup/utils.py
===================================================================
--- grass/trunk/gui/wxpython/startup/utils.py 2018-08-25 01:14:50 UTC (rev 73175)
+++ grass/trunk/gui/wxpython/startup/utils.py 2018-08-25 01:27:09 UTC (rev 73176)
@@ -99,7 +99,7 @@
# TODO: similar to (but not the same as) read_gisrc function in grass.py
-def read_gisrc(self):
+def read_gisrc():
"""Read variables from a current GISRC file
Returns a dictionary representation of the file content.
More information about the grass-commit
mailing list