mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-02 04:23:13 +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:
|
||||
logger.info("以下文件未能成功加载:")
|
||||
for file in failed_files:
|
||||
logger.info(file, end="\n")
|
||||
logger.info(f"{file}\n")
|
||||
|
||||
else:
|
||||
docs = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user