You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
I installed appetizer using pip.
And get SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 292-293: truncated \UXXXXXXXX escape simply by running from .appetizer import Appetizer
I checked the code in appetizer package released in PyPI and found that the docstring in detect_adb function has bug. In this line, Windows: C:\Users\<User Name>\AppData\Local\Android\sdk\platform-tools , backslashes should be duplicated.
This bug was fixed in this github repo. I think you should update PyPI package as well.
Just a kind reminder.
Thank you for building this tool.
The text was updated successfully, but these errors were encountered:
I installed appetizer using pip.
And get
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 292-293: truncated \UXXXXXXXX escape
simply by runningfrom .appetizer import Appetizer
I checked the code in appetizer package released in PyPI and found that the docstring in
detect_adb
function has bug. In this line,Windows: C:\Users\<User Name>\AppData\Local\Android\sdk\platform-tools
, backslashes should be duplicated.This bug was fixed in this github repo. I think you should update PyPI package as well.
Just a kind reminder.
Thank you for building this tool.
The text was updated successfully, but these errors were encountered: