Closed d-v-b closed 2 weeks ago
Fixes a bug in LocalStore.list_dir caused by not using a posixpath representation when removing the prefix in list_dir. This was only apparent on windows, I also turned on Windows tests.
LocalStore.list_dir
list_dir
Fixes https://github.com/zarr-developers/zarr-python/issues/2438 I think?
Whoop!!! 🙌
Fixes a bug in
LocalStore.list_dir
caused by not using a posixpath representation when removing the prefix inlist_dir
. This was only apparent on windows, I also turned on Windows tests.