Skip to content

Commit

Permalink
[Core] Fix fstring in logger warning (#24043)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Jul 10, 2024
1 parent 66265aa commit 1e1fd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/langchain_core/callbacks/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e1fd30

Please sign in to comment.