[GRASS-SVN] r68929 - grass-addons/grass7/vector/v.civil
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 9 18:03:30 PDT 2016
Author: jfc
Date: 2016-07-09 18:03:30 -0700 (Sat, 09 Jul 2016)
New Revision: 68929
Modified:
grass-addons/grass7/vector/v.civil/v.civil.py
Log:
v.civil.py fixed
Modified: grass-addons/grass7/vector/v.civil/v.civil.py
===================================================================
--- grass-addons/grass7/vector/v.civil/v.civil.py 2016-07-10 00:26:18 UTC (rev 68928)
+++ grass-addons/grass7/vector/v.civil/v.civil.py 2016-07-10 01:03:30 UTC (rev 68929)
@@ -525,9 +525,9 @@
import grass.script as grass
from grass.pygrass.utils import get_lib_path
-path = get_lib_path(modname='v.road')
+path = get_lib_path(modname='v.civil')
if path is None:
- grass.fatal("Not able to find the modis library directory.")
+ grass.fatal("Not able to find the civil library directory.")
sys.path.append(path)
import road_road as Road
More information about the grass-commit
mailing list