[GRASS-SVN] r59220 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 9 16:24:01 PDT 2014
Author: martinl
Date: 2014-03-09 16:24:01 -0700 (Sun, 09 Mar 2014)
New Revision: 59220
Modified:
grass/trunk/lib/init/grass.py
Log:
revert r59210 (#2213)
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2014-03-09 21:33:57 UTC (rev 59219)
+++ grass/trunk/lib/init/grass.py 2014-03-09 23:24:01 UTC (rev 59220)
@@ -1237,9 +1237,10 @@
cygwin = "cygwin" in sys.platform
macosx = "darwin" in sys.platform
-if 'GISBASE' in os.environ:
- sys.exit(_("ERROR: GRASS GIS is already running "
- "(environmental variable GISBASE found)"))
+### commented-out: broken winGRASS
+# if 'GISBASE' in os.environ:
+# sys.exit(_("ERROR: GRASS GIS is already running "
+# "(environmental variable GISBASE found)"))
# Set GISBASE
os.environ['GISBASE'] = gisbase
More information about the grass-commit
mailing list