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

Fix DESIGN_KW validation flag bug #649

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Commits on Oct 9, 2024

  1. Fix DESIGN_KW validation flag bug

    This commit fixes the issue where the `<VALIDATE>=true` argument would be parsed as a positional argument instead of a keyword argument, and the arg parsed would raise an exception for unexpected argument `false`.
    After this commit, the <VALIDATE> argument is only for ert validation purposes, and is not forwarded to the `DESIGN_KW` argparser.
    jonathan-eq committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    07d39ec View commit details
    Browse the repository at this point in the history