summaryrefslogtreecommitdiffstats
path: root/bin/lts-cve-triage.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-16 11:13:50 +0000
committerChris Lamb <lamby@debian.org>2016-08-16 11:13:50 +0000
commitdd6bf071c98fc3590dbcad41244a2b0401c19c24 (patch)
treec4d52e517ebed796302ee48275f6b10543d8bcf8 /bin/lts-cve-triage.py
parent94dca555bfc6b84432381e78a4c360a30fa1c125 (diff)
bin/lts-cve-triage.py: Use more newlines to make it easier for humans to parse.
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@43988 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/lts-cve-triage.py')
-rwxr-xr-xbin/lts-cve-triage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index efccf33f88..4bcdab6c9f 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -117,9 +117,9 @@ for key, desc in LIST_NAMES:
continue
if not len(lists[key]):
continue
- print('{}:'.format(desc))
+ print('\n{}:'.format(desc))
for pkg in sorted(lists[key].keys()):
cve_list = ' '.join(
[i.name for i in sorted(lists[key][pkg], key=lambda i: i.name)])
- print('* {:20s} -> {}'.format(pkg, cve_list))
+ print('\n* {:20s}\n {}'.format(pkg, cve_list))
print('')

© 2014-2024 Faster IT GmbH | imprint | privacy policy