[GRASS-SVN] r40619 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 22 08:00:34 EST 2010


Author: hamish
Date: 2010-01-22 08:00:29 -0500 (Fri, 22 Jan 2010)
New Revision: 40619

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
missing quotes

Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-01-22 12:05:16 UTC (rev 40618)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-01-22 13:00:29 UTC (rev 40619)
@@ -969,7 +969,7 @@
 
         gisbase = os.environ['GISBASE']
 
-        if sys.platform == win32:
+        if sys.platform == "win32":
             runbat = os.path.join(gisbase,'etc','grass-run.bat')
             cmdlist = ["cmd.exe", "/c", 'start "%s"' % runbat, command]
         else:



More information about the grass-commit mailing list