Fix variable name

This commit is contained in:
Florian Bruhin 2014-03-03 21:21:07 +01:00
parent b75fc347dc
commit e30774e9d9

View File

@ -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