virtinst: fix indent tab issue with virtinst/guest.py
Signed-off-by: Leno Hou <lenohou@gmail.com>
This commit is contained in:
parent
1ba524db04
commit
3bbf0aad85
|
@ -358,8 +358,8 @@ class Guest(XMLBuilder):
|
|||
if install:
|
||||
self.on_reboot = "destroy"
|
||||
self.on_crash = "destroy"
|
||||
# on_crash=restart can cause reboot loops on s390x, so use preserve
|
||||
elif self.os.is_s390x():
|
||||
# on_crash=restart can cause reboot loops on s390x, so use preserve
|
||||
elif self.os.is_s390x():
|
||||
self.on_crash = "preserve"
|
||||
|
||||
self._set_osxml_defaults()
|
||||
|
|
Loading…
Reference in New Issue