[GRASS-SVN] r52192 - grass/trunk/scripts/r.blend

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 23 02:18:34 PDT 2012


Author: hamish
Date: 2012-06-23 02:18:34 -0700 (Sat, 23 Jun 2012)
New Revision: 52192

Modified:
   grass/trunk/scripts/r.blend/r.blend.py
Log:
fix cut and paste error

Modified: grass/trunk/scripts/r.blend/r.blend.py
===================================================================
--- grass/trunk/scripts/r.blend/r.blend.py	2012-06-23 08:47:47 UTC (rev 52191)
+++ grass/trunk/scripts/r.blend/r.blend.py	2012-06-23 09:18:34 UTC (rev 52192)
@@ -93,7 +93,7 @@
 			  history = "r.blend %s channel." % ch)
 	grass.run_command('r.support', map = map,
 			  history = "  %d%% of %s, %d%% of %s" % (percent, first, perc_inv, second))
-	grass.run_command('r.support', map = output, history = "")
+	grass.run_command('r.support', map = map, history = "")
 	grass.run_command('r.support', map = map, history = os.environ['CMDLINE'])
 
 



More information about the grass-commit mailing list