Failed to release the lock {} (was/is locked, but not by me).
| 100 | |
| 101 | |
| 102 | class NotMyLock(LockErrorT): |
| 103 | """Failed to release the lock {} (was/is locked, but not by me).""" |
| 104 | |
| 105 | exit_mcode = 75 |
| 106 | |
| 107 | |
| 108 | class ExclusiveLock: |
no outgoing calls
no test coverage detected