mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
Actually validate configs when loading them
An indenting problem meant the validators weren't being called, which revealed some follow-on errors.
This commit is contained in:
@ -72,6 +72,7 @@ def _valid_config_sections():
|
||||
"expire.override_lease_duration",
|
||||
"readonly",
|
||||
"reserved_space",
|
||||
"storage_dir",
|
||||
),
|
||||
"sftpd": (
|
||||
"accounts.file",
|
||||
|
Reference in New Issue
Block a user