Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

yaml.load() args are deprecated #939

Closed
kchygoe opened this issue Mar 23, 2020 · 2 comments · Fixed by #958
Closed

yaml.load() args are deprecated #939

kchygoe opened this issue Mar 23, 2020 · 2 comments · Fixed by #958
Assignees
Labels
good first issue Good for newcomers

Comments

@kchygoe
Copy link
Member

kchygoe commented Mar 23, 2020

yaml.load(stream)
needs Loader=xxx

e.g. yaml.load(stream, Loader=yaml.FullLoader
related to #938

@kchygoe kchygoe added the good first issue Good for newcomers label Mar 23, 2020
@tfujiwar
Copy link
Contributor

tfujiwar commented Apr 1, 2020

Fixed by #958

@tfujiwar tfujiwar closed this as completed Apr 1, 2020
@kchygoe
Copy link
Member Author

kchygoe commented Apr 1, 2020

thx~!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants