From: Frak Date: Sat, 9 Sep 2023 21:17:54 +0000 (-0400) Subject: cleanup X-Git-Tag: v0.6.6~80^2~4 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=b317b9ff78304a381e0de515d3afc0f1a14207aa;p=kconfig-hardened-check.git cleanup --- diff --git a/kconfig_hardened_check/engine.py b/kconfig_hardened_check/engine.py index 88bca00..4aefc1e 100644 --- a/kconfig_hardened_check/engine.py +++ b/kconfig_hardened_check/engine.py @@ -16,7 +16,6 @@ RED_COLOR = '\x1b[31m' COLOR_END = '\x1b[0m' def colorize_result(input): - if input.startswith('OK'): color = GREEN_COLOR elif input.startswith('FAIL:'):