From f6921816fac3db2741c045f0fd31c3b07536f464 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 12 Jun 2018 21:24:05 -0400 Subject: [PATCH] Fix typo --- pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index 98e77545..0df93292 100755 --- a/pvc.py +++ b/pvc.py @@ -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):