mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
Fix spelling error
This commit is contained in:
parent
7da1d81369
commit
a1ec157dbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue