[rhel6-branch] Fix traceback when rpm scriptlets fail during pkg install. (#1122532)

Vratislav Podzimek vpodzime at redhat.com
Fri Aug 1 11:48:56 UTC 2014


On Fri, 2014-08-01 at 07:44 -0400, Samantha N. Bueno wrote:
> Resolves:rhbz#1122532
> ---
>  yuminstall.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/yuminstall.py b/yuminstall.py
> index 9e3c24f..f20ebbd 100644
> --- a/yuminstall.py
> +++ b/yuminstall.py
> @@ -267,7 +267,7 @@ class AnacondaCallback:
>                      _("A fatal error occurred when installing the %s "
>                        "package.  This could indicate errors when reading "
>                        "the installation media.  Installation cannot "
> -                      "continue.") % hdr['name'],
> +                      "continue.") % hdr,
You can drop that trailing comma. ACK.

-- 
Vratislav Podzimek

Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic




More information about the anaconda-patches mailing list