Skip to content

Fix a bug of vfs on macos - #63

Open
tygzx wants to merge 1 commit into
AeonLucid:masterfrom
tygzx:master
Open

Fix a bug of vfs on macos#63
tygzx wants to merge 1 commit into
AeonLucid:masterfrom
tygzx:master

Conversation

@tygzx

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Owner

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

@tygzx

Copy link
Copy Markdown
ContributorAuthor

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
Copy Markdown
Contributor

I make some changes at #70

enovella added a commit to enovella/AndroidNativeEmu that referenced this pull request Nov 6, 2022
Sign up for freeto 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

@tygzx@AeonLucid@hzyitc