[GRASS-SVN] r73584 - grass/trunk/lib/python/pygrass/modules/interface
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 21 11:02:44 PDT 2018
Author: huhabla
Date: 2018-10-21 11:02:44 -0700 (Sun, 21 Oct 2018)
New Revision: 73584
Modified:
grass/trunk/lib/python/pygrass/modules/interface/module.py
Log:
pygrass library: Fixed doctests in modules/interface/module
Modified: grass/trunk/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/interface/module.py 2018-10-21 18:02:17 UTC (rev 73583)
+++ grass/trunk/lib/python/pygrass/modules/interface/module.py 2018-10-21 18:02:44 UTC (rev 73584)
@@ -395,7 +395,7 @@
>>> colors.outputs["stdout"].value
u''
>>> colors.outputs["stderr"].value.strip()
- "Color table for raster map <test_a> set to 'rules'"
+ u"Color table for raster map <test_a> set to 'rules'"
>>> colors = Module("r.colors", map="test_a", rules="-",
... run_=False, finish_=False, stdin_=PIPE)
More information about the grass-commit
mailing list