Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail fast on invalid Jinja2Template instantiation parameters #2568

Merged
merged 2 commits into from
Apr 20, 2024

Commits on Apr 12, 2024

  1. Fail fast on invalid Jinja2Template instantiation parameters

    Calling `Jinja2Template()` with both `directory` and `env` shouldn't be allowed. When both parameters were used, the passed `env` was silently ignored in favor of creating a new one with the provided `directory` and the deprecated `env_options`.
    pdelagrave committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    05c1d10 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    02e518d View commit details
    Browse the repository at this point in the history