From 46d694e17aa480ff8384d5f771f67cd9cf8f79ec Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 25 Apr 2008 11:30:23 -0700 Subject: [PATCH] Don't send error messages to stdout. --- scripts/bugzilla/bz-make-components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bugzilla/bz-make-components.py b/scripts/bugzilla/bz-make-components.py index 8d24bbc..7235cf7 100755 --- a/scripts/bugzilla/bz-make-components.py +++ b/scripts/bugzilla/bz-make-components.py @@ -269,7 +269,7 @@ bugzilla to reflect the ownership of bugzilla products that are listed there. warnings.append(str(e.args)) if warnings: - print '[DEBUG]', '\n'.join(warnings) + #print '[DEBUG]', '\n'.join(warnings) send_email('accounts@fedoraproject.org', 'a.badger@gmail.com', 'Errors while syncing bugzilla with owners.list', '''