Fixed typo

This commit is contained in:
Ian Paschal 2018-02-05 09:45:22 +01:00
parent caeb6c65ea
commit e2fb8ab762

View file

@ -62,7 +62,7 @@ class PresetSettingsValidator:
# show results # show results
print("==========================================") print("==========================================")
if incorrect_settings or incorrect_settings: if incorrect_sections or incorrect_settings:
has_invalid_files = True has_invalid_files = True
print("[INVALID] [%s] is invalid, details below" % file_path) print("[INVALID] [%s] is invalid, details below" % file_path)