Skip to content

Commit c8837f7

Browse files
committed
comments
1 parent a1e8c55 commit c8837f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zarr/meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def encode_dtype(d):
6565
def _decode_dtype_descr(d):
6666
# need to convert list items to tuples
6767
if isinstance(d, list):
68+
# recurse to handle nested structures
6869
d = [(f, _decode_dtype_descr(v)) for f, v in d]
6970
return d
7071

0 commit comments

Comments
 (0)