added functions to admin buttons

This commit is contained in:
Alysia Broddrick 2023-08-10 17:34:09 -07:00
parent d3bc00fdce
commit d1a5f6943c
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
5 changed files with 99 additions and 51 deletions

View file

@ -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: