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

Class FileIsGitIgnored

dvc/dvcfile.py:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class FileIsGitIgnored(DvcException):
34 def __init__(self, path, pipeline_file=False):
35 super().__init__(
36 "{}'{}' is git-ignored.".format(
37 "bad DVC file name " if pipeline_file else "", path
38 )
39 )
40
41
42class ParametrizedDumpError(DvcException):

Callers 2

check_dvcfile_pathFunction · 0.85
_check_gitignoredMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected