Fix typo
This commit is contained in:
parent
7c9b6bdbde
commit
8f9bfb02c3
@ -12,7 +12,7 @@ def register_all():
|
|||||||
cls.bind()
|
cls.bind()
|
||||||
|
|
||||||
class CommandParser(QObject):
|
class CommandParser(QObject):
|
||||||
def parse(self, test):
|
def parse(self, text):
|
||||||
parts = text.strip().split()
|
parts = text.strip().split()
|
||||||
cmd = parts[0]
|
cmd = parts[0]
|
||||||
args = parts[1:]
|
args = parts[1:]
|
||||||
|
Loading…
Reference in New Issue
Block a user