Skip to content

Commit

Permalink
Use time-elapsed for progress rather than an estimate of remaining (#158
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mikix authored Dec 13, 2023
1 parent 7d36170 commit 986d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus_library/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ def get_progress_bar(**kwargs) -> progress.Progress:
progress.TextColumn("[progress.description]{task.description}"),
progress.BarColumn(),
progress.TaskProgressColumn(),
progress.TimeRemainingColumn(elapsed_when_finished=True),
progress.TimeElapsedColumn(),
**kwargs,
)

0 comments on commit 986d504

Please sign in to comment.