[GRASS-SVN] r34955 - grass/trunk/scripts/v.dissolve

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 20 11:39:06 EST 2008


Author: martinl
Date: 2008-12-20 11:39:06 -0500 (Sat, 20 Dec 2008)
New Revision: 34955

Modified:
   grass/trunk/scripts/v.dissolve/v.dissolve.py
Log:
v.dissolve: typo


Modified: grass/trunk/scripts/v.dissolve/v.dissolve.py
===================================================================
--- grass/trunk/scripts/v.dissolve/v.dissolve.py	2008-12-20 13:12:04 UTC (rev 34954)
+++ grass/trunk/scripts/v.dissolve/v.dissolve.py	2008-12-20 16:39:06 UTC (rev 34955)
@@ -74,7 +74,7 @@
 
     # does map exist?
     if not grass.find_file(input, element = 'vector')['file']:
-	grass.fatal("Vector map <%s> not found in mapset search path", input)
+	grass.fatal("Vector map <%s> not found" % input)
 
     if not column:
 	grass.run_command('v.extract', flags = 'd', input = input,



More information about the grass-commit mailing list