Pārlūkot izejas kodu

Assert that a TemplateVM can't have a template

Bahtiar `kalkin-` Gadimov 8 gadi atpakaļ
vecāks
revīzija
f74646fb1b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      qubes/vm/templatevm.py

+ 1 - 0
qubes/vm/templatevm.py

@@ -22,6 +22,7 @@ class TemplateVM(qubes.vm.qubesvm.QubesVM):
                 yield vm
 
     def __init__(self, *args, **kwargs):
+        assert 'template' not in kwargs, "A TemplateVM can not have a template"
         super(TemplateVM, self).__init__(*args, **kwargs)
 
         # Some additional checks for template based VM