[GRASS-SVN] r56446 - grass/branches/develbranch_6/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 28 03:29:42 PDT 2013
Author: hamish
Date: 2013-05-28 03:29:42 -0700 (Tue, 28 May 2013)
New Revision: 56446
Modified:
grass/branches/develbranch_6/gui/wxpython/core/render.py
Log:
minor whitespace
Modified: grass/branches/develbranch_6/gui/wxpython/core/render.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/render.py 2013-05-28 10:19:45 UTC (rev 56445)
+++ grass/branches/develbranch_6/gui/wxpython/core/render.py 2013-05-28 10:29:42 UTC (rev 56446)
@@ -88,9 +88,9 @@
# generated file for each layer
if self.type == 'overlay':
- tempfile_sfx =".png"
+ tempfile_sfx = ".png"
else:
- tempfile_sfx =".ppm"
+ tempfile_sfx = ".ppm"
self.mapfile = tempfile.mkstemp(suffix = tempfile_sfx)[1]
# do we need to `touch` the maskfile so it exists?
self.maskfile = self.mapfile.rsplit(".",1)[0] + ".pgm"
More information about the grass-commit
mailing list