olofk / ipyxact

Python-based IP-XACT parser
MIT License
121 stars 47 forks source link

Avoid yamlload warning #17

Closed imphil closed 5 years ago

imphil commented 5 years ago

I get the following message:

/home/philipp/.local/lib/python3.7/site-packages/ipyxact/ipyxact.py:178: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  _generate_classes(yaml.load(ipxact_yaml.description))
olofk commented 5 years ago

This should be fixed now with 064467e6bff8d4 Shout if it didn't work