Fix test_modeman.py

This commit is contained in:
Florian Bruhin 2018-03-05 11:08:21 +01:00
parent b4a2352833
commit cc5da4d1fe

View File

@ -34,7 +34,7 @@ class FakeKeyparser(QObject):
super().__init__()
self.passthrough = False
def handle(self, evt):
def handle(self, evt, *, dry_run=False):
return False