Skip to content

bisector: Setup the YAML parser when needed rather than once and for all

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr546 into master

Setup the parser every time it's going to be used as it requires modifying a global mutable singleton. That means that the setup would be overridden by other libraries using ruamel.yaml.

Merge request reports