Skip to content

Commit 26f5d32

Browse files
committed
update generated code
1 parent 9b2e8c5 commit 26f5d32

File tree

1 file changed

+3
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon

1 file changed

+3
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ def __init__(self, *args, **kwargs):
178178
self._excluded_urls = get_excluded_urls("FALCON")
179179
super().__init__(*args, **kwargs)
180180

181-
def _handle_exception(self, req, resp, ex, params): # pylint: disable=C0103
181+
def _handle_exception(
182+
self, req, resp, ex, params
183+
): # pylint: disable=C0103
182184
# Falcon 3 does not execute middleware within the context of the exception
183185
# so we capture the exception here and save it into the env dict
184186
_, exc, _ = exc_info()

0 commit comments

Comments
 (0)