Fix spelling error

This commit is contained in:
Erin 2024-01-17 09:03:36 -08:00
parent 7da1d81369
commit a1ec157dbb
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -67,7 +67,7 @@ class Command(BaseCommand):
# error condition if domain not in database # error condition if domain not in database
self.domains_with_errors.append(copy.deepcopy(domain.domain_info)) self.domains_with_errors.append(copy.deepcopy(domain.domain_info))
logger.error( logger.error(
f"error retrieving domain {domain.domaidomain_infon_name} contact {domain.security_contact}: {err}" f"error retrieving domain {domain.domain_info} contact {domain.security_contact}: {err}"
) )
# Inform user how many contacts were disclosed, skipped, and errored # Inform user how many contacts were disclosed, skipped, and errored