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
commit06cb71c8c4a2688379fd4d921d6aed8fdd08eb88 (patch)
tree2a8183859d1c818289c514f6bcc69e1ea13b4289 /bin/lts-cve-triage.py
parent4fda99c2bda9153f44ddf931bfa01741da8ed654 (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