[GRASS-SVN] r70511 - grass/trunk/scripts/v.report
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 9 01:34:18 PST 2017
Author: hcho
Date: 2017-02-09 01:34:18 -0800 (Thu, 09 Feb 2017)
New Revision: 70511
Modified:
grass/trunk/scripts/v.report/v.report.py
Log:
v.report: Add spaces
Modified: grass/trunk/scripts/v.report/v.report.py
===================================================================
--- grass/trunk/scripts/v.report/v.report.py 2017-02-09 07:25:08 UTC (rev 70510)
+++ grass/trunk/scripts/v.report/v.report.py 2017-02-09 09:34:18 UTC (rev 70511)
@@ -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