sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Fix error message on acquire failure in etcd backed

Open vishalkanaujia opened this issue 4 years ago • 0 comments

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.')

vishalkanaujia avatar Mar 22 '20 17:03 vishalkanaujia