hvm: one more fix for start() return value
This commit is contained in:
parent
f18717d192
commit
5f38ff916a
@ -75,6 +75,6 @@ class QubesTemplateHVm(QubesHVm):
|
|||||||
for vm in self.appvms.values():
|
for vm in self.appvms.values():
|
||||||
if vm.is_running():
|
if vm.is_running():
|
||||||
raise QubesException("Cannot start HVM template while VMs based on it are running")
|
raise QubesException("Cannot start HVM template while VMs based on it are running")
|
||||||
super(QubesTemplateHVm, self).start(*args, **kwargs)
|
return super(QubesTemplateHVm, self).start(*args, **kwargs)
|
||||||
|
|
||||||
register_qubes_vm_class(QubesTemplateHVm)
|
register_qubes_vm_class(QubesTemplateHVm)
|
||||||
|
Loading…
Reference in New Issue
Block a user