소스 검색

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á 10 년 전
부모
커밋
eff51a2e2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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), \