[GRASS-SVN] r70573 - grass/branches/releasebranch_7_2/scripts/v.report

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 15 02:12:22 PST 2017


Author: neteler
Date: 2017-02-15 02:12:22 -0800 (Wed, 15 Feb 2017)
New Revision: 70573

Modified:
   grass/branches/releasebranch_7_2/scripts/v.report/v.report.py
Log:
v.report: Add spaces in user msg

Modified: grass/branches/releasebranch_7_2/scripts/v.report/v.report.py
===================================================================
--- grass/branches/releasebranch_7_2/scripts/v.report/v.report.py	2017-02-14 23:49:37 UTC (rev 70572)
+++ grass/branches/releasebranch_7_2/scripts/v.report/v.report.py	2017-02-15 10:12:22 UTC (rev 70573)
@@ -108,8 +108,8 @@
         if len(records1) == 0:
             try:
                 f = grass.vector_db(map=mapname)[int(layer)]
-                grass.fatal(_("There is a table connected to input vector map '%s', but"
-                              "there are no categories present in the key column '%s'. Consider using"
+                grass.fatal(_("There is a table connected to input vector map '%s', but "
+                              "there are no categories present in the key column '%s'. Consider using "
                               "v.to.db to correct this.") % (mapname, f['key']))
             except KeyError:
                 pass



More information about the grass-commit mailing list