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

YAMLLoadWarning: deprecated call to function #73

Closed
northwestwitch opened this issue Oct 1, 2021 · 2 comments · Fixed by #79
Closed

YAMLLoadWarning: deprecated call to function #73

northwestwitch opened this issue Oct 1, 2021 · 2 comments · Fixed by #79
Assignees
Labels
bug Something isn't working

Comments

@northwestwitch
Copy link
Member

/opt/conda/lib/python3.7/site-packages/mutacc/parse/yaml_parse.py:21: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
yaml_dict = yaml.load(yaml_handle)

@northwestwitch
Copy link
Member Author

Dang this has become a bug now!

image

@northwestwitch northwestwitch added the bug Something isn't working label Nov 22, 2021
@northwestwitch northwestwitch self-assigned this Nov 22, 2021
@northwestwitch northwestwitch changed the title YAMLLoadWarning: deprecated call ti function YAMLLoadWarning: deprecated call to function Nov 22, 2021
@northwestwitch
Copy link
Member Author

Check the issue here. It's due to the release of PyYaml 6.0: yaml/pyyaml#576

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant