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:
parent
dcfac1032d
commit
49e48bada4
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue