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
commitea1ea5b48782c09cb41a1863f118fa8dacb5235b (patch)
tree47d5f66f53ec8e118197ff3f3d9dbc65646cde09 /bin
parentef8064a43f35620d529a273e8fa0ff039eca1592 (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