[GRASS-SVN] r66472 - grass/trunk/lib/python/pygrass/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 12 00:11:01 PDT 2015
Author: neteler
Date: 2015-10-12 00:11:01 -0700 (Mon, 12 Oct 2015)
New Revision: 66472
Modified:
grass/trunk/lib/python/pygrass/vector/table.py
Log:
pygrass: msg cosmetics
Modified: grass/trunk/lib/python/pygrass/vector/table.py
===================================================================
--- grass/trunk/lib/python/pygrass/vector/table.py 2015-10-12 06:22:30 UTC (rev 66471)
+++ grass/trunk/lib/python/pygrass/vector/table.py 2015-10-12 07:11:01 UTC (rev 66472)
@@ -1075,7 +1075,7 @@
return cur.executemany(sqlc, values)
return cur.execute(sqlc)
except Exception as exc:
- raise ValueError("The SQL is not correct:\n%r,\n"
+ raise ValueError("The SQL statement is not correct:\n%r,\n"
"values: %r,\n"
"SQL error: %s" % (sqlc, values, str(exc)))
More information about the grass-commit
mailing list