mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
fix typo
This commit is contained in:
parent
68732c7895
commit
0f50fd62e9
1 changed files with 2 additions and 2 deletions
|
@ -1088,12 +1088,12 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
try:
|
||||
self._update_domain_with_contact(contact, rem=True)
|
||||
except Exception as e:
|
||||
logger.error(f"Error while updateing domain with contact: {contact}, e: {e}", exc_info=True)
|
||||
logger.error(f"Error while updating domain with contact: {contact}, e: {e}", exc_info=True)
|
||||
request = commands.DeleteContact(contact.registry_id)
|
||||
registry.send(request, cleaned=True)
|
||||
logger.info(f"sent DeleteContact for {contact}")
|
||||
except RegistryError as e:
|
||||
logger.error(f"Error deleting contact: {contact}, {e}", exec_info=True)
|
||||
logger.error(f"Error deleting contact: {contact}, {e}", exc_info=True)
|
||||
|
||||
logger.info("Finished deleting contacts")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue