On Wed, 23 May 2012 14:50:37 +0000 pingou@xxxxxxxxxxxx wrote: > 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() This should solve the cookie thing, but does it solve the: No handlers could be found for logger "bugzilla" message? In any case, +1 if it solves part of the issues at least. kevin
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure