MCPcopy Create free account
hub / github.com/treeverse/dvc / NoOutputInExternalRepoError

Class NoOutputInExternalRepoError

dvc/exceptions.py:269–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268
269class NoOutputInExternalRepoError(DvcException):
270 def __init__(self, path, external_repo_path, external_repo_url):
271 from dvc.utils import relpath
272
273 super().__init__(
274 f"Output {relpath(path, external_repo_path)!r} "
275 f"not found in target repository '{external_repo_url}'"
276 )
277
278
279class HTTPError(DvcException):

Callers 1

_wrap_exceptionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…