Fix incorrect tuple construct

This commit is contained in:
Joshua Boniface 2023-10-17 12:55:44 -04:00
parent 3e259bd926
commit 8921efd269
1 changed files with 1 additions and 1 deletions

View File

@ -1470,4 +1470,4 @@ def backup_vm(
f"Successfully backed up VM '{domain}' ({backup_type} @ {datestring}) to '{target_path}' in {ttot} seconds.", f"Successfully backed up VM '{domain}' ({backup_type} @ {datestring}) to '{target_path}' in {ttot} seconds.",
) )
return (True, retmsg) return True, retmsg