Fix ordering of empty line

This commit is contained in:
Joshua Boniface 2023-10-17 12:27:06 -04:00
parent f441b0d823
commit f3bc4dee04
1 changed files with 1 additions and 1 deletions

View File

@ -1632,10 +1632,10 @@ def cli_vm_backup(domain, target_path, incremental_parent, retain_snapshots):
f"Backing up VM {domain}... ",
newline=False,
)
echo(CLI_CONFIG, "")
retcode, retmsg = pvc.lib.vm.vm_backup(
CLI_CONFIG, domain, target_path, incremental_parent, retain_snapshots
)
echo(CLI_CONFIG, "")
finish(retcode, retmsg)