We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27931b5 commit 1a189e1Copy full SHA for 1a189e1
1 file changed
src/spikeinterface/core/zarrextractors.py
@@ -62,8 +62,8 @@ def super_zarr_open(folder_path: str | Path, mode: str = "r", storage_options: d
62
else:
63
storage_options_to_test = (storage_options,)
64
65
+ root = None
66
if is_path_remote(str(folder_path)):
- root = None
67
for open_func in open_funcs:
68
if root is not None:
69
break
0 commit comments