Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Progress bar display does not update #154

Copy link
Copy link

Description

@durana
Issue body actions

Description

I found with the latest version on PyPI, 3.35.0, that a progress bar's display does not get updated until the end when it is finished. I tested with the 3.34.3 version from PyPI, and this version updates the progress bar's display as expected.

Code

#!/usr/bin/env python

import time
import progressbar

bar = progressbar.ProgressBar()
for i in bar(range(100)):
    time.sleep(0.02)

Versions

  • Python version:
3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 12:04:33) 
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]
  • Python distribution/environment: Anaconda
  • Operating System: macOS
  • Package version: 3.35.0
Reactions are currently unavailable

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.