3016f1 Load YAML data safely in several Python scripts

Authored and Committed by Karol Babioch 4 years ago
    Load YAML data safely in several Python scripts
    
    Thise makes use of yaml.safe_load() instead of yaml.load(), as the latter will
    trigger a warning and is deprecated by now [1].
    
    [1]: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1