mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtinst: fix a pylint warning
fix a "attribute-defined-outside-init" warning. We set installer.livecd in virt-install. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
2224364b1d
commit
2987c721fb
@ -58,6 +58,7 @@ class Installer(object):
|
||||
self._location = None
|
||||
|
||||
self.cdrom = False
|
||||
self.livecd = False
|
||||
self.extraargs = None
|
||||
|
||||
self.initrd_injections = []
|
||||
|
Loading…
Reference in New Issue
Block a user