From e35fccef35f6b51c9caf1f09f65ecd22a8cb5484 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Wed, 9 Mar 2011 15:24:54 +0100 Subject: [PATCH] Fix AppVm constructior --- dom0/qvm-core/qubes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 19a4ce18..3e0611c5 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -1273,7 +1273,7 @@ class QubesAppVm(QubesCowVm): def __init__(self, **kwargs): super(QubesAppVm, self).__init__(**kwargs) - dir_path = kwargs["dir_path"] + dir_path = self.dir_path self.swapcow_img = dir_path + "/" + default_swapcow_img