-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
This is a feature request.
There are times when I want to display information about the progress while it is happening but then omit it in the end. Often when I am exiting with alive_bar() as bar:
I set bar.title
for a final message. However I always get the elapsed
, monitor
, and stats
that were set by alive_bar()
at the start.
I would very much like to be able to set bar.[elapsed_end|monitor_end|stats_end]
(e.g. bar.elapsed_end=False
) in the middle/end of an alive_bar()
progression.
Metadata
Metadata
Assignees
Labels
No labels