yusanlin / python-progressbar

Automatically exported from code.google.com/p/python-progressbar
Other
1 stars 0 forks source link

Attribute error with empty list #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
>>> p = progressbar.ProgressBar()
>>> for x in p([]): pass
AttributeError: next_update

Original issue reported on code.google.com by lucio.to...@gmail.com on 20 Feb 2013 at 7:14