Skip to content
New issue

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

[docs] Use yaml.safe_load() in build_*.py scripts #2432

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

nmulcahey
Copy link
Contributor

No description provided.

@jbrains
Copy link
Contributor

jbrains commented Aug 30, 2022

As of today, 2022-08-30, this change is required in order to be able to build the websites with the current version of PyYaml. Using .load() has become an error and no longer a deprecation warning.

Copy link
Contributor

@itchyny itchyny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although the original error has been resolved by specifying the loader argument at 89caf46#diff-9bd5cad8c70843c69fa119d40bbf39d8f6fdbb09818752a44b5eb8683e4c8eaaR190, I prefer using yaml.safe_load which looks cleaner. Thank you.

@itchyny itchyny merged commit d178ebd into jqlang:master Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants