mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Fix linting
This commit is contained in:
parent
f329c5878c
commit
8698f8f2d4
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ class DomainAddUserView(DomainFormBaseView):
|
|||
elif not requester.is_staff:
|
||||
messages.error(self.request, "Can't send invitation email. No email is associated with your account.")
|
||||
logger.error(
|
||||
f"Can't send email to '{email}' on domain '{self.object}'."
|
||||
f"Can't send email to '{email}' on domain '{self.object}'."
|
||||
f"No email exists for the requester '{requester.username}'.",
|
||||
exc_info=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue