[GRASS-SVN] r50523 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 28 07:30:37 EST 2012
Author: annakrat
Date: 2012-01-28 04:30:37 -0800 (Sat, 28 Jan 2012)
New Revision: 50523
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py
Log:
wxGUI/wxpsmap: remove print statement
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py 2012-01-28 12:26:06 UTC (rev 50522)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/psmap.py 2012-01-28 12:30:37 UTC (rev 50523)
@@ -313,7 +313,7 @@
im = Image.open(event.userData['filename'])
if self.instruction[self.pageId]['Orientation'] == 'Landscape':
im = im.rotate(270)
- print self.imgName
+
im.save(self.imgName, format = 'PNG')
except IOError, e:
More information about the grass-commit
mailing list