-
Notifications
You must be signed in to change notification settings - Fork 41
pyYAML Load Error #18
Copy link
Copy link
Open
Description
Updated versions of pyYAML no longer allow calling load_all as on line 32 for d["Direction"])) for d in yaml.load_all(f0)]
With pyyaml version 6.0, I was able to run by changing to safe_load_all
I would consider setting minimum version requirement for PyYAML, as it appears the change patches a vulnerability.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels