[Yum-devel] [PATCH 2/2] and make sure the url and exception are using the 'proper' ones.
Seth Vidal
skvidal at fedoraproject.org
Thu Oct 29 16:07:18 UTC 2009
On Thu, 29 Oct 2009, Tim Lauridsen wrote:
> 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 ??
>
HAHAH
thank you - good catch.
-sv
More information about the Yum-devel
mailing list