From 47bdf48d74d7d1ff4fbfcd2741915e7960de20e9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 16 Jul 2020 19:20:48 +0200 Subject: [PATCH] Fix lint --- tests/end2end/fixtures/quteprocess.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,