Skip to content
New issue

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

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

Already on GitHub? # to your account

Add flush and graduate to MultiBar #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

clouds56
Copy link

@clouds56 clouds56 commented Apr 5, 2019

  1. add non-blocking flush method
  2. add set_finish to set behavior when a ProgressBar is finished
    • Keep: the current behavior, keep the progress bar in line
    • Remove: remove the progress bar in self.lines, reduce self.nlines by 1
    • Graduate: like Remove, but print the finished progress bar above the MultiBar (wouldn't update anymore)

@a8m
Copy link
Owner

a8m commented Sep 14, 2019

Hey @clouds56,
Sorry for my delayed response.
Any chance you can add an example test for this, so I'll be able to run and test it?

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

Successfully merging this pull request may close these issues.

2 participants