瀏覽代碼

fix cut and paste error

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52192 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 年之前
父節點
當前提交
173eb43736
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/r.blend/r.blend.py

+ 1 - 1
scripts/r.blend/r.blend.py

@@ -93,7 +93,7 @@ def main():
 			  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'])