Merge pull request #1667 from kwilt/typo-fix

fix typo: "extrat" -> extract
This commit is contained in:
zrguo 2025-06-10 11:53:04 +08:00 committed by GitHub
commit 5ccdbd6de8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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