mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Update csv_export.py
This commit is contained in:
parent
824be437fd
commit
1433c2c31f
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class DomainExport(BaseExport):
|
|||
domain_type = f"{human_readable_domain_org_type} - {human_readable_domain_federal_type}"
|
||||
|
||||
security_contact_email = model.get("security_contact_email")
|
||||
invalid_emails = {DefaultEmail.LEGACY_DEFAULT, DefaultEmail.PUBLIC_CONTACT_DEFAULT}
|
||||
invalid_emails = [DefaultEmail.LEGACY_DEFAULT, DefaultEmail.PUBLIC_CONTACT_DEFAULT]
|
||||
if (
|
||||
not security_contact_email
|
||||
or not isinstance(security_contact_email, str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue