[PATCH] No cookie for easyfix

seth vidal skvidal at fedoraproject.org
Wed May 23 14:57:04 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()
>  


but I love cookies!!!

cookie cookie!

+1
-sv


More information about the infrastructure mailing list