Skip to content

Commit

Permalink
Change default progress bar format
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Feb 4, 2023
1 parent e3b9527 commit c918e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manimlib/scene/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ def get_time_progression(
leave=self.leave_progress_bars,
ascii=True if platform.system() == 'Windows' else None,
desc=desc,
bar_format="{l_bar} {n_fmt:3}/{total_fmt:3} {rate_fmt}{postfix}",
)
else:
return times
Expand Down

0 comments on commit c918e84

Please sign in to comment.