[GRASS-SVN] r73125 - grass-addons/grass7/imagery/i.histo.match

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 20 05:28:56 PDT 2018


Author: neteler
Date: 2018-08-20 05:28:56 -0700 (Mon, 20 Aug 2018)
New Revision: 73125

Modified:
   grass-addons/grass7/imagery/i.histo.match/i.histo.match.py
Log:
i.histo.match addon: message cosmetics

Modified: grass-addons/grass7/imagery/i.histo.match/i.histo.match.py
===================================================================
--- grass-addons/grass7/imagery/i.histo.match/i.histo.match.py	2018-08-20 12:26:30 UTC (rev 73124)
+++ grass-addons/grass7/imagery/i.histo.match/i.histo.match.py	2018-08-20 12:28:56 UTC (rev 73125)
@@ -235,7 +235,7 @@
     db.close()
     if mosaic:
         grass.use_temp_region()
-        grass.message(_("Processing mosaic <%s>..." % mosaic)
+        grass.message(_("Processing mosaic <%s>..." % mosaic))
         grass.run_command('g.region', raster=all_images)
         grass.run_command('r.patch', input=output_names, output=mosaic)
 



More information about the grass-commit mailing list