verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

Using the rolling average %(avg)f #6

Closed prologic closed 11 years ago

prologic commented 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.

Any ideas?

verigak commented 11 years ago

You are missing an f in %(progress)