Fix variable name
This commit is contained in:
parent
b75fc347dc
commit
e30774e9d9
@ -304,7 +304,7 @@ class CommandParser(QObject):
|
||||
except ArgumentCountError:
|
||||
if ignore_exc:
|
||||
self.error.emit("{}: invalid argument count".format(
|
||||
self._cmd.mainname))
|
||||
self._cmd.name))
|
||||
return False
|
||||
else:
|
||||
raise
|
||||
|
Loading…
Reference in New Issue
Block a user