Closed prologic closed 11 years ago
I cannot seem to get a rolling average to work with the Bar class and using a suffix of suffix = suffix = "%(progress) %(avg)f %(percent).1f%% - %(eta)ds". I instead get %(avg)f in the output.
Bar
suffix = suffix = "%(progress) %(avg)f %(percent).1f%% - %(eta)ds"
%(avg)f
Any ideas?
You are missing an f in %(progress)
I cannot seem to get a rolling average to work with the
Bar
class and using a suffix ofsuffix = suffix = "%(progress) %(avg)f %(percent).1f%% - %(eta)ds"
. I instead get%(avg)f
in the output.Any ideas?