Indent, blank lines
This commit is contained in:
parent
823bd1ce0f
commit
ee28ca10d4
@ -690,7 +690,7 @@ class QubesTemplateVm(QubesVm):
|
|||||||
|
|
||||||
# Clean image for root-cow and swap (AppVM side)
|
# Clean image for root-cow and swap (AppVM side)
|
||||||
self.clean_volatile_img = self.dir_path + "/" + default_clean_volatile_img
|
self.clean_volatile_img = self.dir_path + "/" + default_clean_volatile_img
|
||||||
|
|
||||||
# Image for template changes
|
# Image for template changes
|
||||||
self.rootcow_img = self.dir_path + "/" + default_rootcow_img
|
self.rootcow_img = self.dir_path + "/" + default_rootcow_img
|
||||||
|
|
||||||
@ -916,7 +916,6 @@ class QubesTemplateVm(QubesVm):
|
|||||||
if os.path.exists (self.rootcow_img):
|
if os.path.exists (self.rootcow_img):
|
||||||
os.remove (self.rootcow_img)
|
os.remove (self.rootcow_img)
|
||||||
|
|
||||||
|
|
||||||
f_cow = open (self.rootcow_img, "w")
|
f_cow = open (self.rootcow_img, "w")
|
||||||
f_root = open (self.root_img, "r")
|
f_root = open (self.root_img, "r")
|
||||||
f_root.seek(0, os.SEEK_END)
|
f_root.seek(0, os.SEEK_END)
|
||||||
|
Loading…
Reference in New Issue
Block a user