Improve name of unused variable

This commit is contained in:
Florian Bruhin 2016-04-28 22:28:12 +02:00
parent 868f7c6ea5
commit 60f8681b41

View File

@ -131,7 +131,7 @@ class BaseKeyParser(QObject):
except KeyError:
self._debug_log("No binding found for {}.".format(binding))
return False
count, _ = self._split_count()
count, _command = self._split_count()
self.execute(cmdstr, self.Type.special, count)
self.clear_keystring()
return True