manim
manim copied to clipboard
fix config file
https://github.com/ManimCommunity/manim/issues/4184
Overview: What does this pull request change?
Motivation and Explanation: Why and how do your changes improve the library?
Links to added or changed documentation pages
Further Information and Comments
Reviewer Checklist
- [ ] The PR title is descriptive enough for the changelog, and the PR is labeled correctly
- [ ] If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
- [ ] If applicable: newly added functions and classes are tested
The problem I saw and tried to address is that the removed code was reimplementing make_config_parser.
I don't think it would be an issue to add back the prompting, I'll check and get back.
Yeah I read the Documentation for Configuration of Manim, this update_cfg at line 62 is completely useless, Your approach is nice. and Yeah I agree with you, getting prompts form user will be good, at least for those who don't wanna read documentation.