Skip to content

Commit

Permalink
core: mark QubesTemplateHVm.rootcow_img as property
Browse files Browse the repository at this point in the history
Add missing '@Property'.

QubesOS/qubes-issues#1573

(cherry picked from commit b26f2a7)
  • Loading branch information
marmarek committed Feb 26, 2016
1 parent b25c3f0 commit 8abdeb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-modules/02QubesTemplateHVm.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def is_template(self):
def is_appvm(self):
return False

@property
def rootcow_img(self):
return self.storage.rootcow_img

Expand Down

0 comments on commit 8abdeb8

Please sign in to comment.