mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
[Core] Fix fstring in logger warning (#24043)
This commit is contained in:
parent
66265aaac4
commit
1e1fd30def
@ -2137,7 +2137,7 @@ def _configure(
|
|||||||
logger.warning(
|
logger.warning(
|
||||||
"Unable to load requested LangChainTracer."
|
"Unable to load requested LangChainTracer."
|
||||||
" To disable this warning,"
|
" To disable this warning,"
|
||||||
" unset the LANGCHAIN_TRACING_V2 environment variables.",
|
" unset the LANGCHAIN_TRACING_V2 environment variables.\n"
|
||||||
f"{repr(e)}",
|
f"{repr(e)}",
|
||||||
)
|
)
|
||||||
if run_tree is not None:
|
if run_tree is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user