You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Annotation.py:275: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
data = yaml.load(yaml_file)
running Python 3.7.3 on Fedora.
The text was updated successfully, but these errors were encountered:
xoxys
changed the title
Depreaction warning for YAMLLoad
Deprecation warning for YAMLLoad
Jun 10, 2019
Hey, why is this issue closed ? Still have this on Ubuntu 18.04, python3.6.9.
Seems to have a pull request available here, but it is not merget yet. Almost there !
@alexis-renard I've closed the issue because I got no reaction so far. That's why I've decided to fork this project to ansible-doctor and slightly modify it to fit my needs.
Feel free to give it a try, would be happy to get feedback.
Ahah, I forked it earlier on to do so as well. Will check out your repo, thanks a lot @xoxys !
Kind of sad that this one is not maintained anymore tho. 😞
Hi,
there is a deprecation warning
running
Python 3.7.3
on Fedora.The text was updated successfully, but these errors were encountered: