Fix whitespace issue in logs

This commit is contained in:
Erin 2024-01-17 15:27:19 -08:00
parent 08c6803cf0
commit 595c2f8d80
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -69,8 +69,8 @@ class Command(BaseCommand):
# Inform user how many contacts were disclosed, skipped, and errored
logger.info(f"Updated {self.disclosed_domain_contacts_count} contacts to disclosed.")
logger.info(
f"Skipped disclosing {self.skipped_domain_contacts_count} contacts with security
email registrar@dotgov.gov."
f"Skipped disclosing {self.skipped_domain_contacts_count} contacts with security email "
f"registrar@dotgov.gov."
)
logger.info(
f"Error disclosing the following {len(self.domains_with_errors)} contacts: {self.domains_with_errors}"