Fix incorrect variable ref
This commit is contained in:
parent
c87736eb0a
commit
714bde89e6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue