mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 22:29:51 +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(
|
||||
"Unable to load requested LangChainTracer."
|
||||
" To disable this warning,"
|
||||
" unset the LANGCHAIN_TRACING_V2 environment variables.",
|
||||
" unset the LANGCHAIN_TRACING_V2 environment variables.\n"
|
||||
f"{repr(e)}",
|
||||
)
|
||||
if run_tree is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user