Round percentages even with Python 3
With Python 2 the calculation is automatically truncated to integer,
with Python 3 we need to round it.
Fixes #1055
Signed-off-by: Michal Čihař <michal@cihar.com>
Showing
Please register or sign in to comment