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

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Dec 19 15:16:26 UTC 2012


On Tue, Dec 18, 2012 at 02:36:43PM +0100, Vratislav Podzimek wrote:
> 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.

I meant the comment. I was not aware of that peculiarity though, so
nevermind--ack from me.

Samantha


More information about the anaconda-patches mailing list