fix: polish sanitizer and repair messaging
Agent-Logs-Url: https://github.com/MemPalace/mempalace/sessions/775f2fc4-3051-462e-8586-6d694b55da0d Co-authored-by: igorls <4753812+igorls@users.noreply.github.com>
This commit is contained in:
committed by
Igor Lins e Silva
parent
d2d4e62543
commit
248ecd98f1
+2
-1
@@ -228,7 +228,8 @@ def cmd_repair(args):
|
||||
if os.path.exists(backup_path):
|
||||
if not contains_palace_database(backup_path):
|
||||
print(
|
||||
" Cannot proceed: backup path exists but is not a valid palace database. "
|
||||
" Cannot proceed: backup path exists but does not contain a valid palace backup "
|
||||
"(expected chroma.sqlite3). "
|
||||
f"Please remove or rename: {backup_path}"
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user