We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We've now overloaded the config.ini to include both paths[] info, and local dataset configuration. This is fragile in two ways:
To solve #2, we should reallty build a KVSingleton that is a 2-level dictionary config[section][key] mapping to an ini
Otherwise, behavior should be the same (should still be a singleton, e.g.)
to solve #1, just implement the config 2-level singleton and leave paths alone, or have paths[] inherenely reference as section called "_paths"
The text was updated successfully, but these errors were encountered:
Could fix #2 more simply by namespacing the sections:
[Dataset:whatever] [Paths]
Sorry, something went wrong.
No branches or pull requests
We've now overloaded the config.ini to include both paths[] info, and local dataset configuration. This is fragile in two ways:
To solve #2, we should reallty build a KVSingleton that is a 2-level dictionary config[section][key] mapping to an ini
Otherwise, behavior should be the same (should still be a singleton, e.g.)
to solve #1, just implement the config 2-level singleton and leave paths alone, or have paths[] inherenely reference as section called "_paths"
The text was updated successfully, but these errors were encountered: