Skip to content

Commit ff4111b

Browse files
committed
comment
1 parent 31474e7 commit ff4111b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zarr/creation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ def open_array(path, mode='a', shape=None, chunks=None, dtype=None,
321321
# a : read/write if exists, create otherwise (default)
322322

323323
# ensure directory exists
324+
# TODO is this needed any more? DirectoryStore creates directory on demand
324325
if not os.path.exists(path):
325326
if mode in ['w', 'w-', 'x', 'a']:
326327
os.makedirs(path)

0 commit comments

Comments
 (0)