[Secure-testing-commits] r51829 - bin
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon May 22 13:41:02 UTC 2017
Author: hertzog
Date: 2017-05-22 13:41:02 +0000 (Mon, 22 May 2017)
New Revision: 51829
Modified:
bin/lts-cve-triage.py
Log:
Use a color that works on a light background as well
Modified: bin/lts-cve-triage.py
===================================================================
--- bin/lts-cve-triage.py 2017-05-22 13:29:10 UTC (rev 51828)
+++ bin/lts-cve-triage.py 2017-05-22 13:41:02 UTC (rev 51829)
@@ -153,6 +153,6 @@
for x in sorted(lists[key][pkg], key=lambda x: x.name):
url = 'https://security-tracker.debian.org/tracker/{}'. \
format(x.name)
- print(' - {} {}'.format(x.name, colored(url, 'white')))
+ print(' - {} {}'.format(x.name, colored(url, 'blue')))
print('')
More information about the Secure-testing-commits
mailing list