Skip to content

bisector: Fix syntax issue on Python 3.5

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

Python 3.5 does not allow trailing comma in parameter list of function definitions.

Merge request reports