Skip to content

use integer division from python3

Maciej Pawel Szymanski requested to merge maszyman-integer-division into master

This was spotted while trying to run ThroughputScalingHandler in python3. In particular, this regex was incorrect since the number of jobs was float (e.g. 2.0 instead of expected 2).

Merge request reports