[GRASS-SVN] r47566 - grass/trunk/scripts/r.plane

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 11 17:01:46 EDT 2011


Author: neteler
Date: 2011-08-11 14:01:45 -0700 (Thu, 11 Aug 2011)
New Revision: 47566

Modified:
   grass/trunk/scripts/r.plane/r.plane.py
Log:
fix

Modified: grass/trunk/scripts/r.plane/r.plane.py
===================================================================
--- grass/trunk/scripts/r.plane/r.plane.py	2011-08-11 21:00:18 UTC (rev 47565)
+++ grass/trunk/scripts/r.plane/r.plane.py	2011-08-11 21:01:45 UTC (rev 47566)
@@ -72,7 +72,7 @@
 import grass.script as grass
 
 def main():
-    name = options['name']
+    name = options['output']
     type = options['type']
     dip = float(options['dip'])
     az  = float(options['azimuth'])



More information about the grass-commit mailing list