mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +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,
|
RegistryError,
|
||||||
ErrorCode,
|
ErrorCode,
|
||||||
)
|
)
|
||||||
except Exception:
|
except Exception as err:
|
||||||
|
print(f"err is {err}")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue