Skip to content

Commit 86bc984

Browse files
committed
Correct old SQLite error message
1 parent c8dc7a0 commit 86bc984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test2text/db/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _check_sqlite_version():
2727
raise RuntimeError(
2828
f"SQLite version {sqlite_version} is too old. "
2929
f"Required version is {REQUIRED_SQLITE_VERSION}. "
30-
"Please upgrade SQLite in your system to use this feature."
30+
"Please upgrade SQLite in your system to use test2text."
3131
)
3232

3333
def __init__(self, file_path: PathParam, embedding_dim: int = 768):

0 commit comments

Comments
 (0)