Commit 9f28b10
fix: enable auto_mkdir for local filesystem in StorageBackend
The fsspec local filesystem needs auto_mkdir=True to automatically
create parent directories when writing files. This is required for
Zarr 3.x which doesn't create directories when opening arrays with
mode='w' through an FSMap.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent ff7f71e commit 9f28b10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments