exc: fix QubesNoTemplateError
这个提交包含在:
父节点
aadbe223c3
当前提交
4a1a5fc24b
@ -101,7 +101,7 @@ class QubesVMNotHaltedError(QubesVMError):
|
||||
class QubesNoTemplateError(QubesVMError):
|
||||
'''Cannot start domain, because there is no template'''
|
||||
def __init__(self, vm, msg=None):
|
||||
super(QubesNoTemplateError, self).__init__(
|
||||
super(QubesNoTemplateError, self).__init__(vm,
|
||||
msg or 'Template for the domain {!r} not found'.format(vm.name))
|
||||
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户