[GRASS-SVN] r73580 - grass/trunk/lib/python/temporal
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 21 11:00:29 PDT 2018
Author: huhabla
Date: 2018-10-21 11:00:29 -0700 (Sun, 21 Oct 2018)
New Revision: 73580
Modified:
grass/trunk/lib/python/temporal/c_libraries_interface.py
Log:
temporal framework: Fixed doctests in c_library_interface
Modified: grass/trunk/lib/python/temporal/c_libraries_interface.py
===================================================================
--- grass/trunk/lib/python/temporal/c_libraries_interface.py 2018-10-21 18:00:05 UTC (rev 73579)
+++ grass/trunk/lib/python/temporal/c_libraries_interface.py 2018-10-21 18:00:29 UTC (rev 73580)
@@ -1078,7 +1078,7 @@
>>> kvp['area']
0
>>> kvp['lines']
- 10
+ 0
>>> kvp['line']
0
>>> 'columns' in kvp
More information about the grass-commit
mailing list