Skip to content

Fix script in case ruamel yaml is not found

Maximilian Linhoff requested to merge fix_script into main

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.

Merge request reports

Loading