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

python: make identify_path accept str, and not just Path #935

Open
reyammer opened this issue Jan 30, 2025 · 0 comments
Open

python: make identify_path accept str, and not just Path #935

reyammer opened this issue Jan 30, 2025 · 0 comments
Labels
python Pull requests that update Python package

Comments

@reyammer
Copy link
Collaborator

Using Paths is of course better, but I found myself annoyed to be forced to use it when testing something quick in an ipython shell (as I needed to import Path before being able to use identify_path).

Following best practices, we should support path: str | os.PathLike.

@reyammer reyammer added the python Pull requests that update Python package label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python package
Projects
None yet
Development

No branches or pull requests

1 participant