core: mark QubesTemplateHVm.rootcow_img as property
Add missing '@property'. QubesOS/qubes-issues#1573
This commit is contained in:
parent
fdd618b420
commit
b26f2a73b4
@ -70,6 +70,7 @@ class QubesTemplateHVm(QubesHVm):
|
||||
def is_appvm(self):
|
||||
return False
|
||||
|
||||
@property
|
||||
def rootcow_img(self):
|
||||
return self.storage.rootcow_img
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user