Skip to content

Commit

Permalink
Templ (#86)
Browse files Browse the repository at this point in the history
* fix template

* fix exception
  • Loading branch information
domdinicola authored Oct 10, 2024
1 parent f65a484 commit 7aa6d4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def response_context(self, service_name, payload, wsdl_name=None, port=None):
code = 400
logger.exception(exc)
except Exception as exc:
title = f"{exc.message} [{exc.code}]"
code = 400
error = str(exc)
logger.exception(exc)
Expand Down

0 comments on commit 7aa6d4d

Please sign in to comment.