Explorar o código

wxGUI: sync message formatting with releasebranch

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66064 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=9) %!d(string=hai) anos
pai
achega
eff51a2e2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/core/toolboxes.py

+ 1 - 1
gui/wxpython/core/toolboxes.py

@@ -628,7 +628,7 @@ def _loadMetadata(module):
     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), \