mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 03:59:41 +02:00
Hotfix
This commit is contained in:
parent
1502e7a693
commit
1ca7c51fbb
4 changed files with 34 additions and 16 deletions
|
@ -34,7 +34,7 @@ class EPPConnectionPool(ConnectionPool):
|
|||
connection = socket.connect()
|
||||
return connection
|
||||
except Exception as err:
|
||||
message = f"Failed to execute due to a registry login error: {err}"
|
||||
message = f"Failed to execute due to a registry error: {err}"
|
||||
logger.error(message, exc_info=True)
|
||||
# We want to raise a pool error rather than a LoginError here
|
||||
# because if this occurs internally, we should handle this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue