simonvh / norns

Simple yaml-based config module
MIT License
0 stars 0 forks source link

updated yaml.load(input) #4

Closed siebrenf closed 5 years ago

siebrenf commented 5 years ago

The function without 'Loader=' argument is deprecated due to safety issues. By setting ', Loader=yaml.FullLoader', the function operates as before. The safety issue remains unchanged, as detailed here: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation