Skip to content

Commit fd03868

Browse files
committed
linty linty
1 parent 5615201 commit fd03868

File tree

1 file changed

+2
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon

1 file changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def _handle_exception(
194194

195195
if _falcon_version == 1:
196196
return super()._handle_exception(ex, req, resp, params)
197-
else:
198-
return super()._handle_exception(req, resp, ex, params)
197+
198+
return super()._handle_exception(req, resp, ex, params)
199199

200200
def __call__(self, env, start_response):
201201
# pylint: disable=E1101

0 commit comments

Comments
 (0)