Skip to content

Commit fd995c4

Browse files
committed
Fix linter
1 parent 9265be9 commit fd995c4

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _export(self, batch_strategy: BatchExportStrategy) -> None:
169169

170170
# Do not add any logging.log statements to this function, they can be being routed back to this `emit` function,
171171
# resulting in endless recursive calls that crash the program.
172-
# See https://github.com/open-telemetry/opentelemetry-python/issues/4261
172+
# See https://github.com/open-telemetry/opentelemetry-python/issues/4261
173173
def emit(self, data: Telemetry) -> None:
174174
if self._shutdown:
175175
return

0 commit comments

Comments
 (0)