py3: fix progress() functions to not use "%s" with int
Python3 doesn't support "%s" with int arguments (and not with None arguments either, which this code was also using).
Please register or sign in to comment
Python3 doesn't support "%s" with int arguments (and not with None arguments either, which this code was also using).