dom0/core: typo fix
This commit is contained in:
parent
e77bdf63db
commit
870a4f452a
@ -2242,7 +2242,7 @@ class QubesHVm(QubesVm):
|
||||
|
||||
if not os.path.exists (self.private_img):
|
||||
print >>sys.stderr, "WARNING: Creating empty VM private image file: {0}".\
|
||||
format(self.private_img))
|
||||
format(self.private_img)
|
||||
f_private = open(self.private_img, "w")
|
||||
f_private.truncate(default_private_img_size)
|
||||
f_root.close()
|
||||
|
Loading…
Reference in New Issue
Block a user