We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruyaml.round_trip_load causes following error, but yaml hasn't contain any comments
NotImplementedError: overlap in comment [None, [CommentToken('\n', line: 2, col: 0)]] [None, [CommentToken('\n', line: 4, col: 0)]]
- config: key: {default: 123} - config: 123
load() and safe_load() works fine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ruyaml.round_trip_load causes following error, but yaml hasn't contain any comments
load() and safe_load() works fine
The text was updated successfully, but these errors were encountered: