Improve name of unused variable
This commit is contained in:
parent
868f7c6ea5
commit
60f8681b41
@ -131,7 +131,7 @@ class BaseKeyParser(QObject):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
self._debug_log("No binding found for {}.".format(binding))
|
self._debug_log("No binding found for {}.".format(binding))
|
||||||
return False
|
return False
|
||||||
count, _ = self._split_count()
|
count, _command = self._split_count()
|
||||||
self.execute(cmdstr, self.Type.special, count)
|
self.execute(cmdstr, self.Type.special, count)
|
||||||
self.clear_keystring()
|
self.clear_keystring()
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user