Skip to content

Example 19 from examples.py ends with "AttributeError: next_update" #60

Description

@thekswenson

Running: Example 19
Traceback (most recent call last):
File "examples.py", line 210, in
for example in examples: example()
File "examples.py", line 20, in wrapped
fn()
File "examples.py", line 204, in example19
for i in pbar([]):
File "/usr/lib/python2.7/dist-packages/progressbar/init.py", line 184, in next
self.finish()
File "/usr/lib/python2.7/dist-packages/progressbar/init.py", line 321, in finish
self.update(self.maxval)
File "/usr/lib/python2.7/dist-packages/progressbar/init.py", line 276, in update
if not self._need_update(): return
File "/usr/lib/python2.7/dist-packages/progressbar/init.py", line 251, in _need_update
if self.currval >= self.next_update or self.finished: return True
AttributeError: next_update

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions