mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
lint
This commit is contained in:
parent
79636aad14
commit
f00a4c837c
2 changed files with 9 additions and 7 deletions
|
@ -84,8 +84,10 @@ def send_emails_to_domain_managers(email: str, requestor_email, domain: Domain,
|
||||||
"date": date.today(),
|
"date": date.today(),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
except EmailSendingError as err:
|
except EmailSendingError:
|
||||||
logger.warning(f"Could not send email manager notification to {user.email} for domain: {domain.name}", exc_info=True)
|
logger.warning(
|
||||||
|
f"Could not send email manager notification to {user.email} for domain: {domain.name}", exc_info=True
|
||||||
|
)
|
||||||
all_emails_sent = False
|
all_emails_sent = False
|
||||||
return all_emails_sent
|
return all_emails_sent
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue