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

Class OverlappingOutputPathsError

dvc/exceptions.py:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188class OverlappingOutputPathsError(DvcException):
189 def __init__(self, parent, overlapping_out, message):
190 self.parent = parent
191 self.overlapping_out = overlapping_out
192 super().__init__(message)
193
194
195class CheckoutErrorSuggestGit(DvcException):

Callers 2

build_outs_trieFunction · 0.90
translate_graph_errorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected