Skip to content

Commit ea17a3e

Browse files
committed
Fix
1 parent 263e3c0 commit ea17a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/context/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _load_runtime_context() -> typing.Optional[_RuntimeContext]:
5454
logger.exception(
5555
"Failed to load context: %s, fallback to %s",
5656
configured_context,
57-
OTEL_PYTHON_CONTEXT,
57+
default_context,
5858
)
5959
return next( # type: ignore
6060
iter( # type: ignore

0 commit comments

Comments
 (0)