[GRASS-SVN] r43057 - grass/trunk/scripts/v.what.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 12 03:37:29 EDT 2010
Author: mmetz
Date: 2010-08-12 07:37:29 +0000 (Thu, 12 Aug 2010)
New Revision: 43057
Modified:
grass/trunk/scripts/v.what.vect/v.what.vect.py
Log:
remove trailing space
Modified: grass/trunk/scripts/v.what.vect/v.what.vect.py
===================================================================
--- grass/trunk/scripts/v.what.vect/v.what.vect.py 2010-08-11 21:35:11 UTC (rev 43056)
+++ grass/trunk/scripts/v.what.vect/v.what.vect.py 2010-08-12 07:37:29 UTC (rev 43057)
@@ -83,7 +83,7 @@
upload = "to_attr",
dmax = options['dmax'],
from_layer = options['layer'],
- to_layer = options['qlayer '])
+ to_layer = options['qlayer'])
if __name__ == "__main__":
options, flags = grass.parser()
More information about the grass-commit
mailing list