From b4a4b3d0dcf09167f312c782f18bed3cba755da1 Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Sat, 27 Jul 2024 16:17:25 -0400 Subject: [PATCH] linter --- src/python_testing/TC_SWTCH.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python_testing/TC_SWTCH.py b/src/python_testing/TC_SWTCH.py index e8a11d0778b4bd..926379804eb8e3 100644 --- a/src/python_testing/TC_SWTCH.py +++ b/src/python_testing/TC_SWTCH.py @@ -102,6 +102,7 @@ def _ask_for_multi_press_short_long(self, endpoint_id: int, pressed_position: in 2. Operate switch (keep pressed for long time, e.g. 5 seconds) on the DUT immediately after the previous step 3. Release switch from the DUT """ + self.wait_for_user_input(msg) else: # This is just a simulator, ignore the long press instruction for now, it doesn't matter for the CI. It does for cert. self._send_multi_press_named_pipe_command(endpoint_id, 2, pressed_position, feature_map, multi_press_max)