Skip to content

Commit 9434153

Browse files
allow attributes of mixed type
1 parent 223d4e4 commit 9434153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataset.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function ZarrDataset(url::AbstractString,mode = "r";
134134
end
135135
elseif mode == "c"
136136
store = Zarr.DirectoryStore(url)
137-
zg = zgroup(store, "",attrs = Dict(attrib))
137+
zg = zgroup(store, "",attrs = Dict{String,Any}(attrib))
138138
iswritable = true
139139
end
140140
ZarrDataset(parentdataset,zg,dimensions,iswritable,maskingvalue)

0 commit comments

Comments
 (0)