Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix progress bar code to support progressbar2 #1680

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scottp-dpaw
Copy link

The progress bar code in meter.PBTextMeter touches some third-party class state to hide the bar after the job is completed. This works fine for the unmaintained 2018 progressbar library (https://pypi.org/project/progressbar/), however is not compatible with the later progressbar2 fork (https://pypi.org/project/progressbar2/) and causes a crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant