[GRASS-SVN] r65403 - grass/trunk/scripts/db.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 7 11:26:32 PDT 2015


Author: neteler
Date: 2015-06-07 11:26:32 -0700 (Sun, 07 Jun 2015)
New Revision: 65403

Modified:
   grass/trunk/scripts/db.in.ogr/db.in.ogr.py
Log:
db.in.ogr: fix msg

Modified: grass/trunk/scripts/db.in.ogr/db.in.ogr.py
===================================================================
--- grass/trunk/scripts/db.in.ogr/db.in.ogr.py	2015-06-07 14:49:53 UTC (rev 65402)
+++ grass/trunk/scripts/db.in.ogr/db.in.ogr.py	2015-06-07 18:26:32 UTC (rev 65403)
@@ -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