[master] [PATCH] Fix the final progress message on live installations

Vratislav Podzimek vpodzime at redhat.com
Tue Dec 18 13:36:43 UTC 2012


On Tue, 2012-12-18 at 08:12 -0500, Samantha N. Bueno wrote:
> On Tue, Dec 18, 2012 at 12:01:14PM +0100, Vratislav Podzimek wrote:
> > It needs to be translated and the product name should be used.
> > 
> > Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
> > ---
> >  pyanaconda/ui/gui/hubs/progress.py | 7 +++++--
> >  1 file changed, 5 insertions(+), 2 deletions(-)
> > 
> > diff --git a/pyanaconda/ui/gui/hubs/progress.py b/pyanaconda/ui/gui/hubs/progress.py
> > index 73597a4..7de2cff 100644
> > --- a/pyanaconda/ui/gui/hubs/progress.py
> > +++ b/pyanaconda/ui/gui/hubs/progress.py
> > @@ -24,6 +24,7 @@ from __future__ import division
> >  import gettext
> >  _ = lambda x: gettext.ldgettext("anaconda", x)
> >  
> > +# pylint: disable-msg=E0611
> 
> Can this just be removed?
You mean the comment or locally disabling pylint? We have this on many
other places too. pylint just doesn't work with gi.repository imports
and marks such imports as errors.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list