Skip to content

Commit

Permalink
Update conda_forge_tick/update_recipe/version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jan 15, 2025
1 parent 76672c4 commit eac71b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/update_recipe/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _try_url_and_hash_it(url: str, hash_type: str) -> str | None:


def _render_jinja2(tmpl, context):
env = jinja2.Environment(undefined=jinja2.StrictUndefined)
env = jinja2.sandbox.SandboxedEnvironment(undefined=jinja2.StrictUndefined)

# We need to add the split filter to support v1 recipes
def split_filter(value, sep):
Expand Down

0 comments on commit eac71b0

Please sign in to comment.