-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
semver: bugBug fix (will increment patch version)Bug fix (will increment patch version)
Description
It looks like the configuration file validation (https://github.com/E3SM-Project/zppy/blob/main/zppy/__main__.py#L169) isn't working anymore.
While working on #281, I tried removing a trailing comma and the validator passed, even though it has historically failed in such cases -- see #290. I tried setting active = 4, which I would have expected to fail since active expects a bool value; however validation passed and a ValueError: Invalid value 4 for 'active' appeared during runtime.
It appears that something has changed in the validation process.
Metadata
Metadata
Assignees
Labels
semver: bugBug fix (will increment patch version)Bug fix (will increment patch version)