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