From e2fb8ab762d7baa7696fd948bd2986ed37be3541 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Mon, 5 Feb 2018 09:45:22 +0100 Subject: [PATCH] Fixed typo --- tools/check_preset_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_preset_settings.py b/tools/check_preset_settings.py index e634d9decd..3996d6bcb5 100644 --- a/tools/check_preset_settings.py +++ b/tools/check_preset_settings.py @@ -62,7 +62,7 @@ class PresetSettingsValidator: # show results print("==========================================") - if incorrect_settings or incorrect_settings: + if incorrect_sections or incorrect_settings: has_invalid_files = True print("[INVALID] [%s] is invalid, details below" % file_path)