Fix script in case ruamel yaml is not found
Script defines yaml = YAML()
or import yaml
at the top, depending on whether ruamel yaml could be imported but then uses YAML
again further down.
Script defines yaml = YAML()
or import yaml
at the top, depending on whether ruamel yaml could be imported but then uses YAML
again further down.