From 76f08cc1df242e3e035326c59826c2d4b2d2bc0e Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 5 Aug 2019 09:22:46 +0100 Subject: bin/lts-cve-triage.py: Print notice to standard error, not stdout --- bin/lts-cve-triage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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/' -- cgit v1.2.3