Merge branch 'main' into rh/1556-metadata-update

This commit is contained in:
Rebecca H 2024-02-12 10:05:54 -08:00 committed by GitHub
commit 08521353a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 612 additions and 308 deletions

View file

@ -96,7 +96,7 @@ def parse_row(columns, domain_info: DomainInformation, get_domain_managers, secu
"First ready": domain.first_ready,
"Deleted": domain.deleted,
}
if get_domain_managers:
# Get each domain managers email and add to list
dm_emails = [dm.email for dm in domain.permissions]