docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

[🐛 Bug ]: Add backslash to 155 string of emulator.py

Open agaspb1 opened this issue 5 months ago • 0 comments

Operating System

24.04.2 LTS (Noble Numbat)

Docker Image

budtmo/docker-android:android_13

Expected behaviour

It is necessary to escape the backslash at 155:100 emulator.py

al=self.api_level, d=self.device.replace(" ", "\\ ")

Actual behaviour

emulator.py:

...docker-android\cli\src\device\emulator.py:154: SyntaxWarning: invalid escape sequence '\ ' al=self.api_level, d=self.device.replace(" ", "\ "),

Logs

No response

agaspb1 avatar Jul 18 '25 13:07 agaspb1