projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d95d59
)
fix typo
author
Frak
<frak.alnuaimy@technicolor.com>
Sun, 10 Sep 2023 20:29:51 +0000
(16:29 -0400)
committer
Frak
<frak.alnuaimy@technicolor.com>
Sun, 10 Sep 2023 20:29:51 +0000
(16:29 -0400)
kconfig_hardened_check/engine.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/engine.py
b/kconfig_hardened_check/engine.py
index ec472d57e578e56fd5873c100e8ba976b08248b2..425717232a0efeddd2981ff66ffc483f7166a604 100644
(file)
--- a/
kconfig_hardened_check/engine.py
+++ b/
kconfig_hardened_check/engine.py
@@
-188,7
+188,7
@@
class ComplexOptCheck:
o = self.opts[0]
o.table_print(mode, False)
if with_results:
- print(f'| {colorize_result(self.result)}', end=')
+ print(f'| {colorize_result(self.result)}', end='
'
)
def json_dump(self, with_results):
dump = self.opts[0].json_dump(False)