summaryrefslogtreecommitdiffstats
path: root/bin/lts-cve-triage.py
diff options
context:
space:
mode:
authorSylvain Beucler <beuc@beuc.net>2019-07-02 11:03:02 +0200
committerSylvain Beucler <beuc@beuc.net>2019-07-02 11:12:08 +0200
commite1ac2437bb00808b614d7bbc1c4c966765f890b5 (patch)
treee80653c5127d6c680a83b067a0a573006a639143 /bin/lts-cve-triage.py
parent0f510fe995dd1da3578cb4edc34284b1b98533da (diff)
lts-cve-triage: hint that color output is available
Diffstat (limited to 'bin/lts-cve-triage.py')
-rwxr-xr-xbin/lts-cve-triage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index be16a1c100..5562ce49fe 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -29,6 +29,7 @@ try:
if sys.stdout.isatty():
from termcolor import colored
except ImportError:
+ print("Note: you can install python-termcolor for colored output")
pass
TRACKER_URL = 'https://security-tracker.debian.org/tracker/'

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