[Yum-devel] [PATCH 2/2] and make sure the url and exception are using the 'proper' ones.
Tim Lauridsen
tim.lauridsen at googlemail.com
Thu Oct 29 16:03:29 UTC 2009
On 10/29/2009 04:26 PM, Seth Vidal wrote:
> ---
> yum/__init__.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/yum/__init__.py b/yum/__init__.py
> index 975bb01..b7eec25 100644
> --- a/yum/__init__.py
> +++ b/yum/__init__.py
> @@ -3732,7 +3732,7 @@ class YumBase(depsolve.Depsolve):
> keys_info = misc.getgpgkeyinfo(rawkey, multiple=True)
> except ValueError, e:
> raise Errors.YumBaseError(_('Invalid GPG Key from %s: %s') %
> - (keyurl, str(e)))
> + (url, to_unicide(str(e))))
>
to_unicide ??
Tim
More information about the Yum-devel
mailing list