Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ RWLockFileFormatError
Class
RWLockFileFormatError
dvc/rwlock.py:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
class
RWLockFileFormatError(DvcException):
40
def
__init__(self, path):
41
super().__init__(f
"RWLock-file {relpath(path)!r} format error."
)
42
43
44
@contextmanager
Callers
1
_edit_rwlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected