fix typo: "extrat" -> extract

This commit is contained in:
kwilt 2025-06-09 08:28:14 -05:00
parent ea2fabe6b0
commit 09cbcc4572

View file

@ -1006,7 +1006,7 @@ class LightRAG:
except Exception as e:
# Log error and update pipeline status
logger.error(traceback.format_exc())
error_msg = f"Failed to extrat document {current_file_number}/{total_files}: {file_path}"
error_msg = f"Failed to extract document {current_file_number}/{total_files}: {file_path}"
logger.error(error_msg)
async with pipeline_status_lock:
pipeline_status["latest_message"] = error_msg