address greptile comment

This commit is contained in:
Weves 2025-03-06 12:10:12 -08:00
parent 67f98343c7
commit 6b391ae396

View File

@ -485,7 +485,7 @@ def index_doc_batch(
raise RuntimeError(
f"Some documents were not successfully indexed. "
f"Updatable IDs: {updatable_ids}, "
f"Returned IDs: {all_returned_doc_ids}"
f"Returned IDs: {all_returned_doc_ids}. "
"This should never happen."
)