Skip to content

Commit

Permalink
Deprecate UnableToParseMissingJinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 18, 2024
1 parent 2c8b5c9 commit 44764e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda_build/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

from conda import CondaError

from .deprecations import deprecated

SEPARATOR = "-" * 70

indent = lambda s: textwrap.fill(textwrap.dedent(s))
Expand Down Expand Up @@ -44,6 +46,7 @@ def indented_exception(self):
return f"Error Message:\n--> {indent(orig)}\n\n"


@deprecated("24.11", "25.1")
class UnableToParseMissingJinja2(UnableToParse):
def error_body(self):
return "\n".join(
Expand Down

0 comments on commit 44764e6

Please sign in to comment.