This commit is contained in:
Joshua Boniface 2018-06-12 21:24:05 -04:00
parent 75477c7297
commit f6921816fa
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

@ -856,7 +856,7 @@ def vm_info(dom_name, dom_uuid, long_output):
help='Limit list to this hypervisor.'
)
def vm_list(hypervisor):
vm_list(hypervisor)
_vm_list(hypervisor)
# Wrapped function to allow calling from `node info`
def _vm_list(hypervisor):