[GRASS-SVN] r33289 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 6 06:09:44 EDT 2008
Author: martinl
Date: 2008-09-06 06:09:44 -0400 (Sat, 06 Sep 2008)
New Revision: 33289
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
Log:
wxGUI: syntax typo
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py 2008-09-06 10:09:07 UTC (rev 33288)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py 2008-09-06 10:09:44 UTC (rev 33289)
@@ -185,7 +185,7 @@
gcmd.Command(['d.mon',
'stop=cairo'], stderr=None)
del os.environ["GRASS_CAIROFILE"]
- elif os.environ.has_key("GRASS_PNGFILE")
+ elif os.environ.has_key("GRASS_PNGFILE"):
del os.environ["GRASS_PNGFILE"]
self.force_render = False
More information about the grass-commit
mailing list