mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Update domain_request.py
This commit is contained in:
parent
f5b93d3e10
commit
e56d80ca94
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ class DomainRequest(TimeStampedModel):
|
|||
if recipient is None or recipient.email is None:
|
||||
logger.warning(
|
||||
f"Cannot send {new_status} email, no creator email address for domain request with pk: {self.pk}."
|
||||
f" Name: {self.requested_domain.name}" if self.requested_domain else ""
|
||||
)
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue