summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-16 19:20:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-16 19:20:48 +0200
commit47bdf48d74d7d1ff4fbfcd2741915e7960de20e9 (patch)
tree4d276dd84836e317e85e7d7dada5dff9c36c028b /tests/end2end/fixtures/quteprocess.py
parent3ab959434c5b8b05ac6407180ac23c055b3696e9 (diff)
downloadqutebrowser-47bdf48d74d7d1ff4fbfcd2741915e7960de20e9.tar.gz
qutebrowser-47bdf48d74d7d1ff4fbfcd2741915e7960de20e9.zip
Fix lint
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 5357d6a1e..f21b308eb 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -709,7 +709,8 @@ class QuteProc(testprocess.Process):
except testprocess.WaitForTimeout:
# Sometimes IPC messages seem to get lost on Windows CI?
# Retry a second time as this shouldn't make tests fail.
- ipc.send_to_running_instance(self._ipc_socket, commands, target_arg)
+ ipc.send_to_running_instance(self._ipc_socket, commands,
+ target_arg)
self._wait_for_ipc()
def start(self, *args, wait_focus=True,