Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Oct 12, 2023
1 parent c072396 commit daa8ef5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/python/util/android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def start_emulator(
elif datetime.datetime.now() > end_time:
raise RuntimeError("Emulator startup timeout. sys.boot_completed was not set.")

_log.debug(
f"sys.boot_completed='{getprop_value}'. Sleeping for {sleep_interval_seconds} before retrying."
)
_log.debug(f"sys.boot_completed='{getprop_value}'. Sleeping for {sleep_interval_seconds} before retrying.")
time.sleep(sleep_interval_seconds)

return emulator_process
Expand Down

0 comments on commit daa8ef5

Please sign in to comment.