瀏覽代碼

fix bug introduced in https://trac.osgeo.org/grass/changeset/58212 (no GUI dialogs from CLI)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58217 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
aeb4c0aaf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_core/forms.py

+ 1 - 1
gui/wxpython/gui_core/forms.py

@@ -2444,7 +2444,7 @@ if __name__ == "__main__":
         cmd = utils.split(sys.argv[1])
         task = gtask.grassTask(gcmd.GetRealCmd(cmd[0]))
         task.set_options(cmd[1:])
-        Debug.msg(1, "forms.py opening form for: %s" % task.get_cmd())
+        Debug.msg(1, "forms.py opening form for: %s" % task.get_cmd(ignoreErrors=True))
         app = GrassGUIApp(task)
         app.MainLoop()
     else: #Test