mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
Update domain.py
This commit is contained in:
parent
f69586cf21
commit
f672d15b00
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ try:
|
|||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
except Exception:
|
||||
except Exception as err:
|
||||
print(f"err is {err}")
|
||||
pass
|
||||
|
||||
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue