[GRASS-SVN] r64080 - grass-addons/grass7/raster/r.random.weight
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 12 04:12:21 PST 2015
Author: pvanbosgeo
Date: 2015-01-12 04:12:21 -0800 (Mon, 12 Jan 2015)
New Revision: 64080
Modified:
grass-addons/grass7/raster/r.random.weight/r.random.weight.py
Log:
corrected IndentationError
Modified: grass-addons/grass7/raster/r.random.weight/r.random.weight.py
===================================================================
--- grass-addons/grass7/raster/r.random.weight/r.random.weight.py 2015-01-12 11:55:22 UTC (rev 64079)
+++ grass-addons/grass7/raster/r.random.weight/r.random.weight.py 2015-01-12 12:12:21 UTC (rev 64080)
@@ -100,8 +100,7 @@
# check if GISBASE is set
if "GISBASE" not in os.environ:
- # return an error advice
- grass.fatal(_("You must be in GRASS GIS to run this program"))
+ grass.fatal(_("You must be in GRASS GIS to run this program"))
# input raster map and parameters
minval = options['start']
More information about the grass-commit
mailing list