Skip to content

Commit 03c09eb

Browse files
committed
Update error message for 'overwrite' parameter to reflect TileDB-Py version
1 parent a535a85 commit 03c09eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledb/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def save(self, overwrite: bool = False):
8585
else:
8686
if overwrite:
8787
raise lt.TileDBError(
88-
"The 'overwrite' parameter is only supported in TileDB 2.30.0 and later"
88+
"The 'overwrite' parameter is only supported in TileDB-Py 0.36.0 and later."
8989
)
9090
self._save()
9191

0 commit comments

Comments
 (0)