瀏覽代碼

fix typo in variable

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41832 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
7f820a7869
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/r.reclass.area/r.reclass.area.py

+ 1 - 1
scripts/r.reclass.area/r.reclass.area.py

@@ -116,7 +116,7 @@ def main():
     p2.stdin.close()
     p2.stdin.close()
     p2.wait()
     p2.wait()
 
 
-    grass.message(_("Generating output raster map <$outfile>...") % outfile)
+    grass.message(_("Generating output raster map <%s>...") % outfile)
 
 
     grass.mapcalc("$outfile = $recfile", outfile = outfile, recfile = recfile)
     grass.mapcalc("$outfile = $recfile", outfile = outfile, recfile = recfile)
     grass.run_command('g.remove', rast = [recfile, clumpfile], quiet = True)
     grass.run_command('g.remove', rast = [recfile, clumpfile], quiet = True)