[GRASS-SVN] r58953 - grass-addons/grass7/raster/r.basin

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 8 02:06:56 PST 2014


Author: madi
Date: 2014-02-08 02:06:56 -0800 (Sat, 08 Feb 2014)
New Revision: 58953

Modified:
   grass-addons/grass7/raster/r.basin/r.basin.py
Log:
directory for the output fixed

Modified: grass-addons/grass7/raster/r.basin/r.basin.py
===================================================================
--- grass-addons/grass7/raster/r.basin/r.basin.py	2014-02-08 01:34:58 UTC (rev 58952)
+++ grass-addons/grass7/raster/r.basin/r.basin.py	2014-02-08 10:06:56 UTC (rev 58953)
@@ -81,7 +81,7 @@
     mapname = mapname.split()
     mapname[0] = mapname[0].replace(".","_")
     coordinates = options['coordinates']
-    directory = options['input']
+    directory = options['dir']
     autothreshold = flags['a']
     nomap = flags['c']
     prefix = options['prefix']+'_'+mapname[0]



More information about the grass-commit mailing list