Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use string instead of boolean in YAML for "YES"
`field: YES` will be parsed to boolean in YAML, and resulting `"field": True` in Python. This makes any use of "field" as a string problematic in the code. This commit fixes this bug by quoting it properly. Signed-off-by: Kai Xu <[email protected]>
- Loading branch information