From c82e2bbe0b4563b453980171388a863488c55506 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 12 Mar 2021 19:39:28 +0100 Subject: Fix lint (cherry picked from commit 2a7e053495b35c6003034c63230a92b03f6d007a) --- tests/end2end/fixtures/quteprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 47548cc63..d0719c92c 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -921,6 +921,7 @@ class QuteProc(testprocess.Process): # Using assert again for pytest introspection assert probed_color == probe_color, "Color probing failed, values on last try:" + raise utils.Unreachable() def press_keys(self, keys): """Press the given keys using :fake-key.""" -- cgit v1.2.3-54-g00ecf