budtmo / budtmo/docker-android
[🐛 Bug ]: Add backslash to 155 string of emulator.py
Open
bug
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
### 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.