[GRASS-SVN] r72863 - grass/trunk/scripts/r.drain
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 21 07:39:25 PDT 2018
Author: hcho
Date: 2018-06-21 07:39:25 -0700 (Thu, 21 Jun 2018)
New Revision: 72863
Modified:
grass/trunk/scripts/r.drain/r.drain.py
Log:
r.drain: Add a rule to avoid an exception from r.path
Modified: grass/trunk/scripts/r.drain/r.drain.py
===================================================================
--- grass/trunk/scripts/r.drain/r.drain.py 2018-06-20 14:52:45 UTC (rev 72862)
+++ grass/trunk/scripts/r.drain/r.drain.py 2018-06-21 14:39:25 UTC (rev 72863)
@@ -104,6 +104,9 @@
#% description: The input raster map is a cost surface (direction surface must also be specified)
#% guisection: Cost surface
#%end
+#%rules
+#% required: start_coordinates, start_points
+#%end
import os
import sys
More information about the grass-commit
mailing list