Skip to content

lisa/bisector: improve yaml init code

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr64 into next

Use yaml.representer instead of yaml.Representer, and the same for Constructor. That avoids touching the class directly, and multiple YAML loaders and dumpers can coexist in the same process.

Merge request reports