vm/dispvm: fix error message

Fixes QubesOS/qubes-issues#3114
This commit is contained in:
Marek Marczykowski-Górecki 2017-09-22 22:26:32 +02:00
parent 3548ee1163
commit 7c6b04677f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -164,7 +164,7 @@ class DispVM(qubes.vm.qubesvm.QubesVM):
if not appvm.template_for_dispvms:
raise qubes.exc.QubesException(
'Refusing to create DispVM out of this AppVM, because '
'template_for_appvms=False')
'template_for_dispvms=False')
app = appvm.app
dispvm = app.add_new_vm(
cls,