Fix lint
This commit is contained in:
parent
e3ca06bc53
commit
ca590c5df7
@ -170,7 +170,7 @@ class BaseKeyParser(QObject):
|
||||
else:
|
||||
is_control_char = False
|
||||
|
||||
if ((not txt) or is_control_char):
|
||||
if (not txt) or is_control_char:
|
||||
self._debug_log("Ignoring, no text char")
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user