Skip to content

Commit c7e5f36

Browse files
committed
linting fix
1 parent aecad8f commit c7e5f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ def _customize_exporter(span_exporter: SpanExporter, resource: Resource) -> Span
328328

329329
else:
330330
_logger.warning(
331-
"Improper configuration see: please export/set OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=http/protobuf and OTEL_TRACES_EXPORTER=otlp"
331+
"Improper configuration see: please export/set "
332+
"OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=http/protobuf and OTEL_TRACES_EXPORTER=otlp"
332333
)
333334

334335
if not _is_application_signals_enabled():

0 commit comments

Comments
 (0)