mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
[Core] Fix fstring in logger warning (#24043)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user