You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am rather facing a weird issue with pyyaml library where a yaml string is not being parsed properly. the on key is parsed as boolean True. Any idea what is happening?
Hi, I am rather facing a weird issue with pyyaml library where a yaml string is not being parsed properly. the
on
key is parsed as booleanTrue
. Any idea what is happening?PyYAML==6.0 also tried the latest 5.x release
>>> import yaml >>> yaml.full_load('on: {}') {True: {}}
The text was updated successfully, but these errors were encountered: