Przeglądaj źródła

wxGUI: pid not used (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67229 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 lat temu
rodzic
commit
7e3d90bc8d
1 zmienionych plików z 1 dodań i 1 usunięć
  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: