Skip to content
Snippets Groups Projects
Commit 77f15479 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

_yaml.py: Dont blindly coerse strings to bool in _yaml.node_get()

This leads to True booleans being evaluated for any string that
is not None, even when a string value is "False" or "false".

Instead, handle only "True", "true", "False" and "false" strings,
and raise an error if another string was specified for a boolean
value.
parent 9a9197c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment