[PATCH 05/16] Fix a typo in variable name

Martin Sivak msivak at redhat.com
Fri Dec 14 10:16:00 UTC 2012


I already did.. I just forgot to do it before I sent this.

----- Original Message -----
> > diff --git a/pyanaconda/ui/gui/categories/__init__.py
> > b/pyanaconda/ui/gui/categories/__init__.py
> > index 8d96b33..c318901 100644
> > --- a/pyanaconda/ui/gui/categories/__init__.py
> > +++ b/pyanaconda/ui/gui/categories/__init__.py
> > @@ -77,7 +77,7 @@ def collect_categories(mask_paths):
> >      """
> >      categories = []
> >      for mask, path in mask_paths:
> > -        spokes.extend(collect(mask, path, lambda obj: getattr(obj,
> > "displayOnHub", None) != None)
> > +        categories.extend(collect(mask, path, lambda obj:
> > getattr(obj, "displayOnHub", None) != None)
> >          
> >      return categories
> 
> Could you squash this with uh... I believe patch #3 is where this was
> changed?
> 
> - Chris
> _______________________________________________
> 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