frostyx / copr / copr

Forked from copr/copr 7 years ago
Clone

0cea833 [backend] cleanup_vm_nova.py: use yaml.safe_load

1 file Authored by praiskup 5 years ago, Committed by praiskup 5 years ago,
    [backend] cleanup_vm_nova.py: use yaml.safe_load
    
    Per warning:
    YAMLLoadWarning: calling yaml.load() without Loader=...
    is deprecated, as the default Loader is unsafe. Please
    read https://msg.pyyaml.org/load for full details.