Преглед изворни кода

Assert that a TemplateVM can't have a template

Bahtiar `kalkin-` Gadimov пре 8 година
родитељ
комит
f74646fb1b
1 измењених фајлова са 1 додато и 0 уклоњено
  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