[PATCH] No cookie for easyfix

Kevin Fenzi kevin at scrye.com
Wed May 23 14:52:28 UTC 2012


On Wed, 23 May 2012 14:50:37 +0000
pingou at pingoured.fr wrote:

> 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()

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20120523/a8ed9069/attachment.sig>


More information about the infrastructure mailing list