dom0: typo fix in comment
This commit is contained in:
parent
bc47334d21
commit
20522d04ec
@ -228,7 +228,7 @@ def main():
|
|||||||
netvm_name = vm.netvm_vm.name
|
netvm_name = vm.netvm_vm.name
|
||||||
netvm_vm_on_host = host_collection.get_vm_by_name (netvm_name)
|
netvm_vm_on_host = host_collection.get_vm_by_name (netvm_name)
|
||||||
|
|
||||||
# No netv, on the host?
|
# No netvm on the host?
|
||||||
if not ((netvm_vm_on_host is not None) and netvm_vm_on_host.is_netvm):
|
if not ((netvm_vm_on_host is not None) and netvm_vm_on_host.is_netvm):
|
||||||
|
|
||||||
# Maybe the (custom) netvm is in the backup?
|
# Maybe the (custom) netvm is in the backup?
|
||||||
|
Loading…
Reference in New Issue
Block a user