Skip to content

Do not wrap LockNotGrantedError in error.errorString

Compare
Choose a tag to compare
@ucirello ucirello released this 18 Jul 12:02
· 519 commits to master since this release
dynamolock: not wrap LockNotGrantedError in error.errorString

This eases the error handling in the callers code. The old implementation had in information loss. It was not easy to check if the error was simple cased by someone else grapping the lock.