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

Specify PyYAML loader #530

Open
dankolbman opened this issue Jul 24, 2019 · 1 comment
Open

Specify PyYAML loader #530

dankolbman opened this issue Jul 24, 2019 · 1 comment
Labels
refactor Something needs to be done better

Comments

@dankolbman
Copy link
Contributor

There are a lot of these warnings telling us about a deprecated function:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.

We may either specify Loader=yaml.FullLoader in the load() function or try replacing it with safe_load().

@dankolbman dankolbman added the refactor Something needs to be done better label Jul 24, 2019
@dankolbman
Copy link
Contributor Author

See the page referenced for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Something needs to be done better
Projects
None yet
Development

No branches or pull requests

1 participant