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

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Aug 1 12:05:36 UTC 2014


On Fri, Aug 01, 2014 at 01:48:56PM +0200, Vratislav Podzimek wrote:
> 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.

Whoops, thanks.
 
> -- 
> Vratislav Podzimek
> 
> Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic
> 
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list