diff --git a/src/registrar/utility/csv_export.py b/src/registrar/utility/csv_export.py index e3de75dec..af6800c4b 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -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