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

Method __init__

copier/errors.py:80–83  ·  view source on GitHub ↗
(self, conf_path: Path, quiet: bool)

Source from the content-addressed store, hash-verified

78 """Indicates that the config file is wrong."""
79
80 def __init__(self, conf_path: Path, quiet: bool):
81 msg = str(conf_path)
82 printf_exception(self, "INVALID CONFIG FILE", msg=msg, quiet=quiet)
83 super().__init__(msg)
84
85
86class MultipleConfigFilesError(ConfigFileError):

Callers

nothing calls this directly

Calls 2

printf_exceptionFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected