[GRASS-SVN] r41914 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 18 03:59:49 EDT 2010


Author: neteler
Date: 2010-04-18 03:59:49 -0400 (Sun, 18 Apr 2010)
New Revision: 41914

Modified:
   grass/trunk/lib/python/core.py
Log:
+doxygen return type

Modified: grass/trunk/lib/python/core.py
===================================================================
--- grass/trunk/lib/python/core.py	2010-04-18 07:59:47 UTC (rev 41913)
+++ grass/trunk/lib/python/core.py	2010-04-18 07:59:49 UTC (rev 41914)
@@ -333,6 +333,8 @@
     """!Display an error message using g.message -e, then abort
 
     @param msg error message to be displayed
+
+    @return g.message's exit code
     """
     error(msg)
     



More information about the grass-commit mailing list