Skip to content

Commit

Permalink
bug fix: fix test failed on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
congzhangzh committed Nov 2, 2024
1 parent 75cf1dc commit fd62cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _be_sure_library():
if system != "windows":
lib_path.chmod(lib_path.stat().st_mode | 0o755)

return lib_path
return str(lib_path)

class _WebviewLibrary:
def __init__(self):
Expand Down

0 comments on commit fd62cdf

Please sign in to comment.