Fix test_modeman.py
This commit is contained in:
parent
b4a2352833
commit
cc5da4d1fe
@ -34,7 +34,7 @@ class FakeKeyparser(QObject):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
self.passthrough = False
|
self.passthrough = False
|
||||||
|
|
||||||
def handle(self, evt):
|
def handle(self, evt, *, dry_run=False):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user