Typo fix in error message.
This commit is contained in:
parent
4ae720956d
commit
66b39ac2a2
@ -1176,12 +1176,12 @@ class QubesVm(object):
|
|||||||
|
|
||||||
if not os.path.exists (os.path.join(self.kernels_dir, 'vmlinuz')):
|
if not os.path.exists (os.path.join(self.kernels_dir, 'vmlinuz')):
|
||||||
raise QubesException (
|
raise QubesException (
|
||||||
"VM kernel does not exists: {0}".\
|
"VM kernel does not exist: {0}".\
|
||||||
format(os.path.join(self.kernels_dir, 'vmlinuz')))
|
format(os.path.join(self.kernels_dir, 'vmlinuz')))
|
||||||
|
|
||||||
if not os.path.exists (os.path.join(self.kernels_dir, 'initramfs')):
|
if not os.path.exists (os.path.join(self.kernels_dir, 'initramfs')):
|
||||||
raise QubesException (
|
raise QubesException (
|
||||||
"VM initramfs does not exists: {0}".\
|
"VM initramfs does not exist: {0}".\
|
||||||
format(os.path.join(self.kernels_dir, 'initramfs')))
|
format(os.path.join(self.kernels_dir, 'initramfs')))
|
||||||
|
|
||||||
# fire hooks
|
# fire hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user