Skip to content

Commit 18ae5ad

Browse files
author
Martin Durant
committed
default mode
1 parent 3cc9386 commit 18ae5ad

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
@@ -949,7 +949,7 @@ def atexit_rmglob(path,
949949
class FSStore(MutableMapping):
950950

951951
def __init__(self, url, normalize_keys=True, key_separator='.',
952-
mode='r', **storage_options):
952+
mode='w', **storage_options):
953953
import fsspec
954954
self.path = url
955955
self.normalize_keys = normalize_keys

0 commit comments

Comments
 (0)