X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig-hardened-check.py;h=85445b5d2c977a9bd0d163137d26df2edc157499;hb=9851d4f82f4dad8a93afa7de2a3f7348b1f1905e;hp=4f01f5793468a1d4dd440117b9552d3baef9c171;hpb=de9bb2115e938158bf5ee804118c46b0d998fdc5;p=kconfig-hardened-check.git diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 4f01f57..85445b5 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -444,14 +444,15 @@ def print_checklist(checklist, with_results): print(json.dumps(opts)) return - # header - print('{:^45}|{:^13}|{:^10}|{:^20}'.format('option name', 'desired val', 'decision', 'reason'), end='') + # table header sep_line_len = 91 if with_results: - print('| {}'.format('check result'), end='') sep_line_len += 30 + print('=' * sep_line_len) + print('{:^45}|{:^13}|{:^10}|{:^20}'.format('option name', 'desired val', 'decision', 'reason'), end='') + if with_results: + print('| {}'.format('check result'), end='') print() - print('=' * sep_line_len) for opt in checklist: