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
commit76f08cc1df242e3e035326c59826c2d4b2d2bc0e (patch)
tree985bfb14217972635d539c63ec518e3d841d2eac /bin
parent6f6864771baf9f4c9529b9f61d212a355a56b2d5 (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