> -----Original Message-----
> From: Giuseppe Scrivano [mailto:[email protected]]
> Sent: Wednesday, September 10, 2014 6:00 PM
> To: Chen, Hanxiao/陈 晗霄
> Cc: [email protected]
> Subject: Re: [virt-tools-list] [virt-manager PATCH] virtinst: fix a pylint 
> warning
> 
> Chen Hanxiao <[email protected]> writes:
> 
> > fix a "attribute-defined-outside-init" warning.
> > We set installer.livecd in virt-install.
> >
> > Signed-off-by: Chen Hanxiao <[email protected]>
> > ---
> >  virtinst/installer.py | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/virtinst/installer.py b/virtinst/installer.py
> > index 4482ae6..8e6e143 100644
> > --- a/virtinst/installer.py
> > +++ b/virtinst/installer.py
> > @@ -58,6 +58,7 @@ class Installer(object):
> >          self._location = None
> >
> >          self.cdrom = False
> > +        self.livecd = False
> >          self.extraargs = None
> >
> >          self.initrd_injections = []
> 
> ACK
> 
Thanks, pushed.

-Chen

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to