From 8cd55b50de03399ebd2f96e981c05360dbcd0eb8 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 12 Jun 2018 11:58:47 -0400 Subject: [PATCH] Typo --- pvcf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvcf.py b/pvcf.py index 81bb643a..2934478d 100644 --- a/pvcf.py +++ b/pvcf.py @@ -166,7 +166,7 @@ def getInformationFromXML(zk, uuid, long_output): dtype, darch, dmachine, dconsole, demulator = getDomainExtraDetails(parsed_xml) dfeatures = getDomainCPUFeatures(parsed_xml) ddisks = getDomainDisks(parsed_xml) - dnetss = getDomainNetworks(parsed_xml) + dnets = getDomainNetworks(parsed_xml) dcontrollers = getDomainControllers(parsed_xml) # Format a nice output; do this line-by-line then concat the elements at the end