Fix incorrect variable ref

This commit is contained in:
Joshua Boniface 2023-10-24 01:25:01 -04:00
parent c87736eb0a
commit 714bde89e6
1 changed files with 1 additions and 1 deletions

View File

@ -1810,7 +1810,7 @@ def restore_vm(zkhandler, domain, backup_path, datestring, retain_snapshot=False
zkhandler, zkhandler,
pool, pool,
volume, volume,
f"backup_{incremental_parent}", f"backup_{datestring}",
zk_only=True, zk_only=True,
) )
if not retcode: if not retcode: