mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
added functions to admin buttons
This commit is contained in:
parent
d3bc00fdce
commit
d1a5f6943c
5 changed files with 99 additions and 51 deletions
|
@ -83,7 +83,7 @@ class EPPLibWrapper:
|
|||
logger.warning(message, cmd_type, exc_info=True)
|
||||
raise RegistryError(message) from err
|
||||
except Exception as err:
|
||||
message = "%s failed to execute due to an unknown error."
|
||||
message = '%s failed to execute due to an unknown error.' % err
|
||||
logger.warning(message, cmd_type, exc_info=True)
|
||||
raise RegistryError(message) from err
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue