MCPcopy Create free account
hub / github.com/conda/constructor / error_body

Method error_body

constructor/exceptions.py:50–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49class UnableToParseMissingJinja2(UnableToParse):
50 def error_body(self):
51 return "\n".join(
52 [
53 super().error_body(),
54 indent("""\
55 It appears you are missing jinja2. Please install that
56 package, then attempt to build.
57 """),
58 ]
59 )

Callers

nothing calls this directly

Calls 2

indentFunction · 0.85
error_bodyMethod · 0.45

Tested by

no test coverage detected