Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Copy new config options from default.ini if not present in config.ini #23

Closed
bdbenim opened this issue Oct 7, 2023 · 0 comments · Fixed by #24
Closed
Labels
enhancement New feature or request

Comments

@bdbenim
Copy link
Owner

bdbenim commented Oct 7, 2023

Since configupdater is used to handle the config files instead of the builtin configparser, changes can be made to the config programmatically without deleting comments or otherwise changing formatting in a way the user would not expect. This means that if new config options are added in the future to default.ini, such as in #14, then these new default values can automatically be added to the user's config. This should be accompanied by a log message notifying them of the new option so that they can configure it.

This relates to #17 but doesn't entirely resolve it.

@bdbenim bdbenim added the enhancement New feature or request label Oct 7, 2023
@bdbenim bdbenim linked a pull request Oct 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant