From d989639a67a9d60dc88789b3b9296a2d4d8f7380 Mon Sep 17 00:00:00 2001 From: Rex P Date: Fri, 9 Aug 2024 11:22:58 +1000 Subject: [PATCH] Fix debugging string --- osv/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osv/tests.py b/osv/tests.py index 51e4681f8fb..5d60ebb4167 100644 --- a/osv/tests.py +++ b/osv/tests.py @@ -134,6 +134,7 @@ def _wait_for_emulator_ready(proc, indicator, timeout=_EMULATOR_TIMEOUT): """Waits for emulator to be ready.""" + global emulator_stdout_thread_output emulator_stdout_thread_output = '' def _read_thread(proc, ready_event): """Thread to continuously read from the process stdout."""