MCPcopy
hub / github.com/treeverse/dvc / FileMissingError

Class FileMissingError

dvc/exceptions.py:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220class FileMissingError(DvcException):
221 def __init__(self, path, hint=None):
222 self.path = path
223 hint = "" if hint is None else f". {hint}"
224 super().__init__(f"Can't find '{path}' neither locally nor on remote{hint}")
225
226
227class FileTransferError(DvcException):

Callers 1

_openFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected