|
|
|
|
|
by networked
4865 days ago
|
|
I'm not familiar enough with YAML to see the problem at a glance but parsing the snippet with an online parser [1] suggests that unless you put quotation marks around "NO" it gets parsed into a boolean False. Looks precarious, especially since not requiring strings to be quoted is kind of a selling point of YAML. [1] https://yaml-online-parser.appspot.com/ |
|
I had to spend half an hour debugging a bizarre side effect of that parsing to pinpoint the problem.