Fix AppVm constructior
This commit is contained in:
parent
c1bd86142c
commit
e35fccef35
@ -1273,7 +1273,7 @@ class QubesAppVm(QubesCowVm):
|
|||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
|
|
||||||
super(QubesAppVm, self).__init__(**kwargs)
|
super(QubesAppVm, self).__init__(**kwargs)
|
||||||
dir_path = kwargs["dir_path"]
|
dir_path = self.dir_path
|
||||||
|
|
||||||
self.swapcow_img = dir_path + "/" + default_swapcow_img
|
self.swapcow_img = dir_path + "/" + default_swapcow_img
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user