Skip to content

Commit

Permalink
Update tools/python/util/android/android.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jchen351 and github-actions[bot] authored Nov 16, 2024
1 parent bf977a9 commit a5a45ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/python/util/android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def start_emulator(
) -> subprocess.Popen:
if is_emulator_running_by_avd(avd_name=avd_name):
raise RuntimeError(
f"An emulator with avd_name{avd_name} is already running. Please close it before starting a new one.")
f"An emulator with avd_name{avd_name} is already running. Please close it before starting a new one."
)
with contextlib.ExitStack() as emulator_stack, contextlib.ExitStack() as waiter_stack:
emulator_args = [
sdk_tool_paths.emulator,
Expand Down

0 comments on commit a5a45ca

Please sign in to comment.