Skip to content

Commit

Permalink
linty linty
Browse files Browse the repository at this point in the history
  • Loading branch information
rjduffner committed Mar 23, 2022
1 parent 5615201 commit fd03868
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ def _handle_exception(

if _falcon_version == 1:
return super()._handle_exception(ex, req, resp, params)
else:
return super()._handle_exception(req, resp, ex, params)

return super()._handle_exception(req, resp, ex, params)

def __call__(self, env, start_response):
# pylint: disable=E1101
Expand Down

0 comments on commit fd03868

Please sign in to comment.