Merge remote-tracking branch 'origin/pr/363'
* origin/pr/363: vm/adminvm: adjust exception raised by AdminVM.start()
This commit is contained in:
commit
2a1e5a2af9
@ -196,7 +196,8 @@ class AdminVM(qubes.vm.BaseVM):
|
||||
.. seealso:
|
||||
:py:meth:`qubes.vm.qubesvm.QubesVM.start`
|
||||
''' # pylint: disable=unused-argument,arguments-differ
|
||||
raise qubes.exc.QubesVMError(self, 'Cannot start Dom0 fake domain!')
|
||||
raise qubes.exc.QubesVMNotHaltedError(
|
||||
self, 'Cannot start Dom0 fake domain!')
|
||||
|
||||
def suspend(self):
|
||||
'''Does nothing.
|
||||
|
Loading…
Reference in New Issue
Block a user