AndroidNativeEmu icon indicating copy to clipboard operation
AndroidNativeEmu copied to clipboard

Fix a bug of vfs on macos

Open tygzx opened this issue 2 years ago • 3 comments

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

tygzx avatar Dec 14 '21 08:12 tygzx

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

AeonLucid avatar Dec 16 '21 17:12 AeonLucid

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.

tygzx avatar Dec 17 '21 02:12 tygzx

I make some changes at #70

hzyitc avatar Mar 06 '22 13:03 hzyitc