--save_last_frame
appears twice in options
#3174
Labels
good first issue
Good for newcomers
maintenance
refactoring, typos, removing clutter/dead code, and other code quality improvements
Description of bug / unexpected behavior
When using
manim render --help
, you can see--save_last_frame
appearing twice, once marked as deprecated:This is also visible i n reference manual.
Expected behavior
The option appears exactly once
How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
Logs
Terminal output
System specifications
System Details
python/py/python3 --version
):pip list
):LaTeX details
FFMPEG
Output of
ffmpeg -version
:Additional comments
This is probably a code cleanup issue, as you can clearly see the option being declared twice in
render_options.py
:I can create a PR to remove one of them, just need info which one should be removed - the first one without help, or the second one marking it deprecated (easiest to just remove the "deprecated" keyword as it's formated nicely, and get rid of the first one).
Should I also report it as a bug in cloup that it doesn't check for duplicates?
The text was updated successfully, but these errors were encountered: