Skip to content

Commit 05c8f6a

Browse files
committed
FSStore: default to normalize_keys=False
1 parent d432d7f commit 05c8f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ class FSStore(MutableMapping):
10421042

10431043
_META_KEYS = (attrs_key, group_meta_key, array_meta_key)
10441044

1045-
def __init__(self, url, normalize_keys=True, key_separator=None,
1045+
def __init__(self, url, normalize_keys=False, key_separator=None,
10461046
mode='w',
10471047
exceptions=(KeyError, PermissionError, IOError),
10481048
dimension_separator=None,

0 commit comments

Comments
 (0)