core: fix tempate HVM creation
This commit is contained in:
parent
3d21998dca
commit
047cbb3443
@ -71,6 +71,8 @@ class QubesTemplateHVm(QubesHVm):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def is_template_compatible(cls, template):
|
def is_template_compatible(cls, template):
|
||||||
|
if template is None:
|
||||||
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def resize_root_img(self, size):
|
def resize_root_img(self, size):
|
||||||
|
Loading…
Reference in New Issue
Block a user