[GRASS-SVN] r69391 - grass-addons/grass7/vector/v.class.ml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 6 08:58:55 PDT 2016
Author: wenzeslaus
Date: 2016-09-06 08:58:55 -0700 (Tue, 06 Sep 2016)
New Revision: 69391
Modified:
grass-addons/grass7/vector/v.class.ml/v.class.ml.py
Log:
v.class.ml: script is not in subdir unlike r.agent (fixes r69389, see #2480)
Modified: grass-addons/grass7/vector/v.class.ml/v.class.ml.py
===================================================================
--- grass-addons/grass7/vector/v.class.ml/v.class.ml.py 2016-09-06 15:52:24 UTC (rev 69390)
+++ grass-addons/grass7/vector/v.class.ml/v.class.ml.py 2016-09-06 15:58:55 UTC (rev 69391)
@@ -376,7 +376,7 @@
from grass.pygrass.modules import Module
from grass.script.core import parser, overwrite
-set_path('v.class.ml', '..')
+set_path('v.class.ml')
from training_extraction import extract_training
from sqlite2npy import save2npy
More information about the grass-commit
mailing list