浏览代码

wxGUI: pid not used (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67229 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父节点
当前提交
7e3d90bc8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/wxgui.py

+ 1 - 1
gui/wxpython/wxgui.py

@@ -118,7 +118,7 @@ def main(argv = None):
     try:
         try:
             opts, args = getopt.getopt(argv[1:], "hw:",
-                                       ["help", "workspace", "pid"])
+                                       ["help", "workspace"])
         except getopt.error as msg:
             raise Usage(msg)
     except Usage as err: