qvm-template: Fix broken indention
This commit is contained in:
parent
63f488f64c
commit
5f03640467
@ -1067,7 +1067,7 @@ def list_templates(args: argparse.Namespace,
|
|||||||
for vm in app.domains:
|
for vm in app.domains:
|
||||||
if is_managed_template(vm) and \
|
if is_managed_template(vm) and \
|
||||||
check_append(vm.name, query_local_evr(vm)):
|
check_append(vm.name, query_local_evr(vm)):
|
||||||
append_vm(vm, TemplateState.INSTALLED)
|
append_vm(vm, TemplateState.INSTALLED)
|
||||||
|
|
||||||
if args.available or args.all:
|
if args.available or args.all:
|
||||||
# Spec should already be checked by repoquery
|
# Spec should already be checked by repoquery
|
||||||
|
Loading…
Reference in New Issue
Block a user