-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update config from list of variables to class #2164
Comments
Step 1: Move config stuff (custom_config, local_config, LocalConfig and their copies) into a single class that can be inspected |
TODO: images should be located using importlib, not through ad-hoc dynamic paths in config |
Use a class to specify the config, so its clear what variable should and shouldn't be there. It's hard to keep things tidy when you can't easily trace usages.
The text was updated successfully, but these errors were encountered: