mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
more flake 8
This commit is contained in:
@@ -187,7 +187,7 @@ def deliver_email(self, notification_id):
|
||||
|
||||
notification.personalisation = json.loads(personalisation)
|
||||
send_to_providers.send_email_to_provider(notification)
|
||||
except EmailClientNonRetryableException as e:
|
||||
except EmailClientNonRetryableException:
|
||||
current_app.logger.exception(
|
||||
f"Email notification {notification_id} failed", exc_info=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user