Blackened everything

This commit is contained in:
Joel Collins 2019-09-15 14:17:52 +01:00
parent e213647217
commit 5966ce29be
57 changed files with 1938 additions and 1414 deletions

View file

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