Skip to content

Commit

Permalink
Remove config validation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Oct 26, 2024
1 parent dcfac10 commit 49e48ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysollib/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ def load(self, filename):
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
Expand Down

0 comments on commit 49e48ba

Please sign in to comment.