소스 검색

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35739 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 년 전
부모
커밋
0ba07bdff6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/gui_modules/utils.py

+ 1 - 1
gui/wxpython/gui_modules/utils.py

@@ -336,7 +336,7 @@ def GetCmdString(cmd):
         scmd += ' %s=%s' % (k, v)
         scmd += ' %s=%s' % (k, v)
     return scmd
     return scmd
 
 
-def CmdToTuple(self, cmd):
+def CmdToTuple(cmd):
     """Convert command list to tuple for gcmd.RunCommand()"""
     """Convert command list to tuple for gcmd.RunCommand()"""
     if len(cmd) < 1:
     if len(cmd) < 1:
         return None
         return None