backups: remove trailing semicolon
This commit is contained in:
父節點
58128a574a
當前提交
2c3159c7f9
@ -1538,7 +1538,7 @@ def backup_restore_prepare(backup_location, passphrase, options = {},
|
|||||||
print vm.name,"is included in backup"
|
print vm.name,"is included in backup"
|
||||||
|
|
||||||
vms_to_restore[vm.name] = {}
|
vms_to_restore[vm.name] = {}
|
||||||
vms_to_restore[vm.name]['vm'] = vm;
|
vms_to_restore[vm.name]['vm'] = vm
|
||||||
|
|
||||||
if vm.template is None:
|
if vm.template is None:
|
||||||
vms_to_restore[vm.name]['template'] = None
|
vms_to_restore[vm.name]['template'] = None
|
||||||
|
|||||||
載入中…
新增問題並參考
Block a user