[GRASS-SVN] r65404 - grass/branches/releasebranch_7_0/scripts/db.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 7 11:27:02 PDT 2015
Author: neteler
Date: 2015-06-07 11:27:02 -0700 (Sun, 07 Jun 2015)
New Revision: 65404
Modified:
grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py
Log:
db.in.ogr: fix msg
Modified: grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py 2015-06-07 18:26:32 UTC (rev 65403)
+++ grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py 2015-06-07 18:27:02 UTC (rev 65404)
@@ -75,7 +75,7 @@
for l in s.splitlines():
if l == output:
if grass.overwrite():
- grass.warning(_("Table <%s> already exists and will be and will be overwritten") % output)
+ grass.warning(_("Table <%s> already exists and will be overwritten") % output)
grass.write_command('db.execute', input = '-', stdin = "DROP TABLE %s" % output)
break
else:
More information about the grass-commit
mailing list