Этот коммит содержится в:
Rusty Bird 2019-06-28 10:29:32 +00:00
родитель 6e592a56d7
Коммит cfa1c7171e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 469D78F47AAF2ADF

Просмотреть файл

@ -1612,7 +1612,7 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
'''Remove domain remnants from disk.'''
if not self.is_halted():
raise qubes.exc.QubesVMNotHaltedError(
"Can't remove VM {!s}, beacuse it's in state {!r}.".format(
"Can't remove VM {!s}, because it's in state {!r}.".format(
self, self.get_power_state()))
# make sure shutdown is handled before removing anything, but only if