mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 14:50:17 +00:00
a1808173d9
Some objects you might want to show progress on while iterating over do not support calling len(). In these cases you can now pass `expected_size` in to the progress.bar and progress.mill functions to avoid the len() call on the iterable.