On Thu, Aug 16, 2012 at 11:49 PM, Seth Vidal <[email protected]>wrote:

> ---
>  yum/yumRepo.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/yum/yumRepo.py b/yum/yumRepo.py
> index 35182d3..f831f23 100644
> --- a/yum/yumRepo.py
> +++ b/yum/yumRepo.py
> @@ -943,7 +943,7 @@ Insufficient space in download directory %s
>
>          if not package.verifyLocalPkg(): # Don't return as "success" when
> bad.
>              msg = "Downloaded package %s, from %s, but it was invalid."
> -            msg = msg % (package, pacakge.repo.id)
> +            msg = msg % (package, package.repo.id)
>              raise Errors.RepoError, msg
>
>          return ret
> --
> 1.7.7.6
>
> _______________________________________________
> Yum-devel mailing list
> [email protected]
> http://lists.baseurl.org/mailman/listinfo/yum-devel
>

ACK
_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to