MCPcopy
hub / github.com/borgbackup/borg / NotMyLock

Class NotMyLock

src/borg/fslocking.py:102–105  ·  view source on GitHub ↗

Failed to release the lock {} (was/is locked, but not by me).

Source from the content-addressed store, hash-verified

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

Callers 3

releaseMethod · 0.70
handle_errorMethod · 0.70
handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected