diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index ed769d08..1db1ad05 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -690,7 +690,7 @@ class QubesTemplateVm(QubesVm): # Clean image for root-cow and swap (AppVM side) self.clean_volatile_img = self.dir_path + "/" + default_clean_volatile_img - + # Image for template changes self.rootcow_img = self.dir_path + "/" + default_rootcow_img @@ -916,7 +916,6 @@ class QubesTemplateVm(QubesVm): if os.path.exists (self.rootcow_img): os.remove (self.rootcow_img) - f_cow = open (self.rootcow_img, "w") f_root = open (self.root_img, "r") f_root.seek(0, os.SEEK_END)