summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2019-08-05 09:22:46 +0100
committerChris Lamb <lamby@debian.org>2019-08-05 09:25:43 +0100
commitec46bf5a68fe38c4c8ef39588604764455aced07 (patch)
tree9d1b20104117d91586a002452b4d24284822ab1c /bin
parent19ba1f8c05edbaa86b31abdb1eb626dd299590cf (diff)
bin/lts-cve-triage.py: Print notice to standard error, not stdout
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-cve-triage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index 8b1046de0c..f260c94bcd 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -31,7 +31,8 @@ try:
from termcolor import colored
colored_on = True
except ImportError:
- print("Note: you can install python3-termcolor for colored output")
+ print("Note: you can install python3-termcolor for colored output",
+ file=sys.stderr)
TRACKER_URL = 'https://security-tracker.debian.org/tracker/'

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