mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-08 16:10:18 +08:00
[BUGFIX] local_doc_qa.py line 172: logging have no end args. (#323)
This commit is contained in:
parent
dcf6e4ffeb
commit
f173d8b6b1
@ -176,7 +176,7 @@ class LocalDocQA:
|
|||||||
if len(failed_files) > 0:
|
if len(failed_files) > 0:
|
||||||
logger.info("以下文件未能成功加载:")
|
logger.info("以下文件未能成功加载:")
|
||||||
for file in failed_files:
|
for file in failed_files:
|
||||||
logger.info(file, end="\n")
|
logger.info(f"{file}\n")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
docs = []
|
docs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user