summaryrefslogtreecommitdiffstats
path: root/bin
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
commitb8b0b9b344842ecb1fb1bae97541c923ef1ae15f (patch)
tree5b5cf2cb72b8b3ac33c0b03ba0fe7ced38cefd65 /bin
parent2437a255aeeba92abb819feab33fc1e6dc775c79 (diff)
lts-cve-triage: hint that color output is available
Diffstat (limited to 'bin')
-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