Don't send error messages to stdout.
This commit is contained in:
parent
1ba90e11c4
commit
46d694e17a
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ bugzilla to reflect the ownership of bugzilla products that are listed there.
|
||||||
warnings.append(str(e.args))
|
warnings.append(str(e.args))
|
||||||
|
|
||||||
if warnings:
|
if warnings:
|
||||||
print '[DEBUG]', '\n'.join(warnings)
|
#print '[DEBUG]', '\n'.join(warnings)
|
||||||
send_email('accounts@fedoraproject.org', 'a.badger@gmail.com',
|
send_email('accounts@fedoraproject.org', 'a.badger@gmail.com',
|
||||||
'Errors while syncing bugzilla with owners.list',
|
'Errors while syncing bugzilla with owners.list',
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue