[PATCH 2/2] Remove 'completed' property from Autopart spoke in text UI.

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Sep 4 14:26:20 UTC 2013


On Wed, Sep 04, 2013 at 07:43:49AM +0200, Vratislav Podzimek wrote:
> On Tue, 2013-09-03 at 08:31 -0400, Samantha N. Bueno wrote:
> > Since it's not directly accessible, the 'completed' property is
> > unnecessary.
> > ---
> >  pyanaconda/ui/tui/spokes/storage.py | 4 ----
> >  1 file changed, 4 deletions(-)
> > 
> > diff --git a/pyanaconda/ui/tui/spokes/storage.py b/pyanaconda/ui/tui/spokes/storage.py
> > index 92b5bf2..84ba1d4 100644
> > --- a/pyanaconda/ui/tui/spokes/storage.py
> > +++ b/pyanaconda/ui/tui/spokes/storage.py
> > @@ -314,10 +314,6 @@ class AutoPartSpoke(NormalTUISpoke):
> >      def indirect(self):
> >          return True
> >  
> > -    @property
> > -        def completed(self):
> > -            return True # We're always complete
> > -
> Oh, I see those lines are removed here. But still I think the
> indentation should not be changed in the previous patch.

Yeah, that indentation change was a typo, fixed locally.

Samantha


More information about the anaconda-patches mailing list