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

Support pathlib Paths #34

Open
kristiker opened this issue Jul 28, 2024 · 0 comments
Open

Support pathlib Paths #34

kristiker opened this issue Jul 28, 2024 · 0 comments

Comments

@kristiker
Copy link

kristiker commented Jul 28, 2024

Passing a pathlib Path to vpk.open

from pathlib import Path
vpk_path = Path("C:/Program Files (x86)/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/pak01_dir.vpk")
vpk.open(vpk_path)

Will fail on get_file

>>items_game_file = package.get_file("scripts/items/items_game.txt")
TypeError: Path.replace() takes 2 positional arguments but 3 were given

Public library methods typically implement path arguments with type hint str | os.PathLike.

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

No branches or pull requests

1 participant