Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Aug 9, 2024
1 parent 1b97ec5 commit 4fa83c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rattler_build_conda_compat/jinja/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def render_recipe_with_context(recipe_content: RecipeWithContext) -> dict[str, A
# and keep undefined expressions _as is_.
template = env.from_string(_dump_yaml_to_string(recipe_content))
rendered_content = template.render(context_variables)
print(rendered_content)

return load_yaml(rendered_content)

0 comments on commit 4fa83c8

Please sign in to comment.