Fix incorrect tuple construct
This commit is contained in:
parent
3e259bd926
commit
8921efd269
|
@ -1470,4 +1470,4 @@ def backup_vm(
|
|||
f"Successfully backed up VM '{domain}' ({backup_type} @ {datestring}) to '{target_path}' in {ttot} seconds.",
|
||||
)
|
||||
|
||||
return (True, retmsg)
|
||||
return True, retmsg
|
||||
|
|
Loading…
Reference in New Issue