[GRASS-SVN] r41913 - grass/branches/develbranch_6/lib/python

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


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

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

Modified: grass/branches/develbranch_6/lib/python/core.py
===================================================================
--- grass/branches/develbranch_6/lib/python/core.py	2010-04-17 16:19:16 UTC (rev 41912)
+++ grass/branches/develbranch_6/lib/python/core.py	2010-04-18 07:59:47 UTC (rev 41913)
@@ -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