Re: [PATCH master] Fix missing argument in function call pyanaconda/flags.py line 39

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2012-02-14 at 17:30 -0800, Brian C. Lane wrote:
> On Tue, Feb 14, 2012 at 10:02:47AM -0500, Chris Lumens wrote:
> > > diff --git a/pyanaconda/flags.py b/pyanaconda/flags.py
> > > index 0c6d734..a7cb92e 100644
> > > --- a/pyanaconda/flags.py
> > > +++ b/pyanaconda/flags.py
> > > @@ -36,7 +36,7 @@ class Flags(object):
> > >  
> > >      def set_cmdline_bool(self, flag):
> > >          if flag in self.cmdline:
> > > -            setattr(self, self.cmdline.getbool(flag))
> > > +            setattr(self, flag, self.cmdline.getbool(flag))
> > >  
> > >      def __init__(self, read_cmdline=True):
> > >          self.__dict__['_in_init'] = True
> > 
> > This will also need to be applied to f17-branch.  I'll leave it to Will
> > to do so, since this is his new code.
> > 
> 
> I've pushed this.

OK, so you can close this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=790594

It was caused by the same problem.


_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux