[GRASS-SVN] r67553 - grass-addons/grass7/gui/wxpython/wx.mwprecip
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 11 06:51:38 PST 2016
Author: krejcmat
Date: 2016-01-11 06:51:38 -0800 (Mon, 11 Jan 2016)
New Revision: 67553
Modified:
grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py
Log:
addons wx.mwprecip: checking temp dir for logging
Modified: grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py 2016-01-11 14:48:58 UTC (rev 67552)
+++ grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py 2016-01-11 14:51:38 UTC (rev 67553)
@@ -740,7 +740,7 @@
savePath = os.path.join(self.workPath, 'save')
if not os.path.exists(savePath):
os.makedirs(savePath)
-
+
tmpPath = os.path.join(self.workPath, 'temp')
if not os.path.exists(tmpPath):
os.makedirs(tmpPath)
More information about the grass-commit
mailing list