Skip to content

use safe_load instead of load following PyYAML yaml.load(input) Deprecation

Marco Cattaneo requested to merge fixPyYAMLloadDeprecation into master

Backward compatible fix for yaml.load deprecation in PyYAML 5.1 (to be introduced in LCG_96), see details in https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Edited by Marco Cattaneo

Merge request reports