Skip to content

Commit

Permalink
Fix debugging string
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Aug 9, 2024
1 parent 60bfd4f commit d989639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osv/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit d989639

Please sign in to comment.