Merge pull request #1667 from kwilt/typo-fix
fix typo: "extrat" -> extract
This commit is contained in:
commit
5ccdbd6de8
1 changed files with 1 additions and 1 deletions
|
|
@ -1006,7 +1006,7 @@ class LightRAG:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# Log error and update pipeline status
|
# Log error and update pipeline status
|
||||||
logger.error(traceback.format_exc())
|
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)
|
logger.error(error_msg)
|
||||||
async with pipeline_status_lock:
|
async with pipeline_status_lock:
|
||||||
pipeline_status["latest_message"] = error_msg
|
pipeline_status["latest_message"] = error_msg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue