Better error handling in the settings loader for entry not found in block

This commit is contained in:
Clemens Schwaighofer
2025-07-14 16:49:37 +09:00
parent aa2fbd4f70
commit 0770ac0bb4
3 changed files with 10 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ def main():
config_data = sl.load_settings(
config_load,
{
# "doesnt": ["split:,"],
"foo": ["mandatory:yes"],
"foobar": ["check:int"],
"bar": ["mandatory:yes"],