Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug of vfs on macos #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix a bug of vfs on macos #63

wants to merge 1 commit into from

Conversation

tygzx
Copy link
Contributor

@tygzx tygzx commented Dec 14, 2021

when system is macos, the pathlib.Path return was PosixPath, The PosixPath object does not have the is_relative_to method

…xPath object does not have the is_relative_to method
@AeonLucid
Copy link
Owner

There is no if statement inside the try/catch, is this on purpose?

@tygzx
Copy link
Contributor Author

tygzx commented Dec 17, 2021

I run into this problem when I run example_douyin.py....and no if statement just Is to keep the upper and lower codes consistent.

@hzyitc
Copy link
Contributor

hzyitc commented Mar 6, 2022

I make some changes at #70

enovella added a commit to enovella/AndroidNativeEmu that referenced this pull request Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants