mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Linting
This commit is contained in:
parent
e9af48593d
commit
2e01eb7815
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def write_row(writer, columns, domain_info):
|
|||
first_name = domain_info.authorizing_official.first_name or ""
|
||||
last_name = domain_info.authorizing_official.last_name or ""
|
||||
ao = first_name + " " + last_name
|
||||
|
||||
|
||||
security_email = " "
|
||||
if security_contacts:
|
||||
security_email = security_contacts[0].email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue