Skip to content

Commit 1c4d598

Browse files
authored
Merge pull request #21 from TGSAI/fix/cloud_store_cons_meta
Fixed opening cloud files with `/` separator
2 parents 263e851 + cff15be commit 1c4d598

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mdio/api/accessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def _connect(self):
194194
self.root = zarr.open_consolidated(
195195
store=self.store,
196196
mode=self.mode,
197-
metadata_key="zmetadata",
198197
)
199198
except KeyError as e:
200199
msg = (

0 commit comments

Comments
 (0)