mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Linter
This commit is contained in:
parent
ae9c0a0e06
commit
745f2bbdf9
3 changed files with 6 additions and 6 deletions
|
@ -33,8 +33,8 @@ class PoolError(Exception):
|
||||||
" See previous logs to determine the cause of the error."
|
" See previous logs to determine the cause of the error."
|
||||||
)
|
)
|
||||||
alive_failed = (
|
alive_failed = (
|
||||||
"Failed to keep the connection alive. "
|
"Failed to keep the connection alive. "
|
||||||
"It is likely that the registry returned a LoginError."
|
"It is likely that the registry returned a LoginError."
|
||||||
)
|
)
|
||||||
_error_mapping = {
|
_error_mapping = {
|
||||||
PoolErrorCodes.KILL_ALL_FAILED: kill_failed,
|
PoolErrorCodes.KILL_ALL_FAILED: kill_failed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue