MCPcopy Create free account
hub / github.com/copier-org/copier / MultipleConfigFilesError

Class MultipleConfigFilesError

copier/errors.py:86–92  ·  view source on GitHub ↗

Both copier.yml and copier.yaml found, and that's an error.

Source from the content-addressed store, hash-verified

84
85
86class MultipleConfigFilesError(ConfigFileError):
87 """Both copier.yml and copier.yaml found, and that's an error."""
88
89 def __init__(self, conf_paths: PathSeq):
90 msg = str(conf_paths)
91 printf_exception(self, "MULTIPLE CONFIG FILES", msg=msg)
92 super().__init__(msg)
93
94
95class InvalidTypeError(TypeError, CopierError):

Callers 1

_raw_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected