sherlock
sherlock copied to clipboard
Fix error message on acquire failure in etcd backed
The current error message
raise LockException('Lock could not be released because it '
'was been acquired by this instance.')
It should be ``` raise LockException('Lock could not be released because it ' 'was not acquired by this instance.')