diff --git a/qubesadmin/tools/qvm_template.py b/qubesadmin/tools/qvm_template.py index 9b1daa7..804bf02 100644 --- a/qubesadmin/tools/qvm_template.py +++ b/qubesadmin/tools/qvm_template.py @@ -1376,7 +1376,7 @@ def remove( cnt = 1 while dummy in app.domains \ and app.domains[dummy].features.get( - 'template-dummy', '0') == '0': + 'template-dummy', '0') != '1': dummy = '%s-%d' % (orig_dummy, cnt) cnt += 1 if dummy not in app.domains: