python: make identify_path
accept str
, and not just Path
#935
Labels
python
Pull requests that update Python package
identify_path
accept str
, and not just Path
#935
Using
Path
s 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 importPath
before being able to useidentify_path
).Following best practices, we should support
path: str | os.PathLike
.The text was updated successfully, but these errors were encountered: