From ee28ca10d48b04d98b63778bc52d4e6b6265c6c9 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Fri, 18 Mar 2011 22:18:31 -0400 Subject: [PATCH] Indent, blank lines --- dom0/qvm-core/qubes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)