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

yaml.load() without Loader= is deprecated? #36

Closed
krisgesling opened this issue Apr 13, 2019 · 1 comment
Closed

yaml.load() without Loader= is deprecated? #36

krisgesling opened this issue Apr 13, 2019 · 1 comment

Comments

@krisgesling
Copy link
Contributor

Just noticed that when installing a skill with manifest.yml I get the following error but installation succeeds:

INFO - Reading from manifest.yml
/home/kris/mycroft-core/.venv/lib/python3.7/site-packages/msm/skill_entry.py:326: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  info = yaml.load(f)

More details at: https://msg.pyyaml.org/load

@forslund
Copy link
Collaborator

Resolved by #38, Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants