[PATCH] No cookie for easyfix

pingou at pingoured.fr pingou at pingoured.fr
Wed May 23 14:50:37 UTC 2012


From: Pierre-Yves Chibon <pingou at pingoured.fr>

---
 modules/gather-easyfix/files/gather_easyfix.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gather-easyfix/files/gather_easyfix.py b/modules/gather-easyfix/files/gather_easyfix.py
index 9a42777..4a6cd3e 100755
--- a/modules/gather-easyfix/files/gather_easyfix.py
+++ b/modules/gather-easyfix/files/gather_easyfix.py
@@ -38,7 +38,8 @@ from kitchen.text.converters import to_bytes
 from jinja2 import Template
 
 __version__ = '0.1.1'
-bzclient = RHBugzilla(url='https://bugzilla.redhat.com/xmlrpc.cgi')
+bzclient = RHBugzilla(url='https://bugzilla.redhat.com/xmlrpc.cgi', 
+   cookiefile=None)
 # So the bugzilla module has some way to complain
 logging.basicConfig()
 
-- 
1.7.2.1



More information about the infrastructure mailing list