-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix another ambiguity in element_symbol field (#1743)
The Yaml specification treats both Y and No as boolean: https://yaml.org/type/bool.html This causes problem when parsing them as a string. The patch makes sure that the Yaml parser treats them as string. This should have been fixed as part of #1717 but I missed it somehow.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters