Blackened everything
This commit is contained in:
parent
e213647217
commit
5966ce29be
57 changed files with 1938 additions and 1414 deletions
|
|
@ -7,8 +7,8 @@ class TaskDeniedException(Exception):
|
|||
|
||||
class LockError(ThreadError):
|
||||
ERROR_CODES = {
|
||||
'ACQUIRE_ERROR': "Unable to acquire. Lock in use by another thread.",
|
||||
'IN_USE_ERROR': "Lock in use by another thread."
|
||||
"ACQUIRE_ERROR": "Unable to acquire. Lock in use by another thread.",
|
||||
"IN_USE_ERROR": "Lock in use by another thread.",
|
||||
}
|
||||
|
||||
def __init__(self, code, lock):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue