Fix lint.
This commit is contained in:
parent
9ed79ad57d
commit
ab0cd17772
@ -398,7 +398,7 @@ def _wait_for_clipboard(qtbot, clipboard, mode, expected):
|
|||||||
|
|
||||||
# We need to poll the clipboard, as for some reason it can change with
|
# We need to poll the clipboard, as for some reason it can change with
|
||||||
# emitting changed (?).
|
# emitting changed (?).
|
||||||
with qtbot.waitSignal(clipboard.changed, timeout=100, raising=False) as blocker:
|
with qtbot.waitSignal(clipboard.changed, timeout=100, raising=False):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if timer.hasExpired(timeout):
|
if timer.hasExpired(timeout):
|
||||||
|
Loading…
Reference in New Issue
Block a user