qvm-template: test != 1 instead of == 0 for template-dummy feature
Este commit está contenido en:
padre
33d205c1dd
commit
60f5ba0e23
@ -1376,7 +1376,7 @@ def remove(
|
|||||||
cnt = 1
|
cnt = 1
|
||||||
while dummy in app.domains \
|
while dummy in app.domains \
|
||||||
and app.domains[dummy].features.get(
|
and app.domains[dummy].features.get(
|
||||||
'template-dummy', '0') == '0':
|
'template-dummy', '0') != '1':
|
||||||
dummy = '%s-%d' % (orig_dummy, cnt)
|
dummy = '%s-%d' % (orig_dummy, cnt)
|
||||||
cnt += 1
|
cnt += 1
|
||||||
if dummy not in app.domains:
|
if dummy not in app.domains:
|
||||||
|
Cargando…
Referencia en una nueva incidencia
Block a user