Skip to content

bisect_test: Use int for current_build in Bisector.Bisect

clayton craft requested to merge update into master

On python3, the division here results in a float, which fails later when the variable is used as a list index.

Merge request reports