From: Pierre-Yves Chibon <pingou@xxxxxxxxxxxx> --- 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 _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure