Skip to content

Commit

Permalink
FSStore: default to normalize_keys=False
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed May 19, 2021
1 parent d432d7f commit 05c8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarr/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ class FSStore(MutableMapping):

_META_KEYS = (attrs_key, group_meta_key, array_meta_key)

def __init__(self, url, normalize_keys=True, key_separator=None,
def __init__(self, url, normalize_keys=False, key_separator=None,
mode='w',
exceptions=(KeyError, PermissionError, IOError),
dimension_separator=None,
Expand Down

0 comments on commit 05c8f6a

Please sign in to comment.