Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wrap prepared_ds_path in str() to avoid TypeError in fsspec package
`fsspec` calls `if "::" in path` on `prepared_ds_path`, which will throw an error if it is a `PosixPath` object.
- Loading branch information