Skip to content

Commit 1a189e1

Browse files
committed
Fix bug in super-zarr-open
1 parent 27931b5 commit 1a189e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/zarrextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def super_zarr_open(folder_path: str | Path, mode: str = "r", storage_options: d
6262
else:
6363
storage_options_to_test = (storage_options,)
6464

65+
root = None
6566
if is_path_remote(str(folder_path)):
66-
root = None
6767
for open_func in open_funcs:
6868
if root is not None:
6969
break

0 commit comments

Comments
 (0)