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

Class UnableToParseMissingJinja2

constructor/exceptions.py:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
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 1

renderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected