Skip to content

Commit

Permalink
Merge pull request #45 from ONSdigital/887-restructure-http
Browse files Browse the repository at this point in the history
887 restructure http
  • Loading branch information
Moasib-Arif authored Jul 1, 2024
2 parents 1a8805c + 26642c9 commit b7863f9
Show file tree
Hide file tree
Showing 11 changed files with 612 additions and 423 deletions.
2 changes: 1 addition & 1 deletion dpytools/email/ses/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def send(self, recipient: str, subject: str, body: str):
)

logger.info(f"Sent email to {recipient} on subject: {subject}")

except (BotoCoreError, ClientError) as error:
print(f"Error sending email: {error}")
raise
Expand Down
Loading

0 comments on commit b7863f9

Please sign in to comment.