Skip to content

Commit c9788c6

Browse files
committed
fix TensorStoreArray.open
1 parent 2888e8e commit c9788c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webknossos/webknossos/dataset/_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def _open(cls, path: Path) -> Self:
474474
"kvstore": uri,
475475
},
476476
open=True,
477-
create=True,
477+
create=False,
478478
).result() # check that everything exists
479479
return cls(path, _array)
480480
except Exception as exc:

0 commit comments

Comments
 (0)