Typo
This commit is contained in:
parent
7b95f8b283
commit
8cd55b50de
2
pvcf.py
2
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
|
||||
|
|
Loading…
Reference in New Issue