Skip to content

Commit a391323

Browse files
committed
pipeline should fail
1 parent 9e94fd2 commit a391323

File tree

1 file changed

+5
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/error_handler

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ def __exit__(self, exc_type, exc_value, traceback):
115115

116116
plugin_handled = False
117117

118-
error_handler_entry_points = entry_points(
118+
a = 1
119+
a = "haha"
120+
a = getLogger('haha')
121+
122+
error_handler_entry_points = entry_points( # type: ignore
119123
group="opentelemetry_error_handler"
120124
)
121125

0 commit comments

Comments
 (0)