qvm-template: Fix broken indention

This commit is contained in:
WillyPillow 2020-09-15 01:30:57 +08:00
parent 63f488f64c
commit 5f03640467
No known key found for this signature in database
GPG Key ID: 3839E194B1415A9C

View File

@ -1067,7 +1067,7 @@ def list_templates(args: argparse.Namespace,
for vm in app.domains:
if is_managed_template(vm) and \
check_append(vm.name, query_local_evr(vm)):
append_vm(vm, TemplateState.INSTALLED)
append_vm(vm, TemplateState.INSTALLED)
if args.available or args.all:
# Spec should already be checked by repoquery