1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Remove config validation warning

This commit is contained in:
Joe R 2024-10-26 09:26:05 -04:00
parent dcfac1032d
commit 49e48bada4

View file

@ -784,8 +784,6 @@ class Options:
continue
for key, value in data.items():
if value is False:
print_err('config file: validation error: '
'section: "%s", key: "%s"' % (section, key))
config[section][key] = None
# general