[GRASS-SVN] r66064 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 29 15:55:10 PDT 2015


Author: annakrat
Date: 2015-08-29 15:55:10 -0700 (Sat, 29 Aug 2015)
New Revision: 66064

Modified:
   grass/trunk/gui/wxpython/core/toolboxes.py
Log:
wxGUI: sync message formatting with releasebranch

Modified: grass/trunk/gui/wxpython/core/toolboxes.py
===================================================================
--- grass/trunk/gui/wxpython/core/toolboxes.py	2015-08-29 22:53:14 UTC (rev 66063)
+++ grass/trunk/gui/wxpython/core/toolboxes.py	2015-08-29 22:55:10 UTC (rev 66064)
@@ -628,7 +628,7 @@
     try:
         task = gtask.parse_interface(module)
     except ScriptError as e:
-        sys.stderr.write("%s\n%s\n" % (module, e))
+        sys.stderr.write("%s: %s\n" % (module, e))
         return '', ''
 
     return task.get_description(full=True), \



More information about the grass-commit mailing list