Skip to content

Commit f430af4

Browse files
Bugfix: Added progress_bar to digest_args to fix the --progress_bar CLI flag (#1017)
1 parent dd74b00 commit f430af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manim/_config/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ def digest_args(self, args: argparse.Namespace) -> "ManimConfig":
616616
"show_in_file_browser",
617617
"sound",
618618
"leave_progress_bars",
619+
"progress_bar",
619620
"write_to_movie",
620621
"save_last_frame",
621622
"save_pngs",

0 commit comments

Comments
 (0)