Change in vdsm[ovirt-3.5]: vm: shorten an 80-char line by renaming unused variables (PEP8)

osvoboda at redhat.com osvoboda at redhat.com
Fri May 22 15:00:13 UTC 2015


Ondřej Svoboda has uploaded a new change for review.

Change subject: vm: shorten an 80-char line by renaming unused variables (PEP8)
......................................................................

vm: shorten an 80-char line by renaming unused variables (PEP8)

Change-Id: I0b366329c5003fb6992bc7ee87ad4d5dafd7c87f
Signed-off-by: Ondřej Svoboda <osvoboda at redhat.com>
---
M vdsm/virt/vm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/55/41355/1

diff --git a/vdsm/virt/vm.py b/vdsm/virt/vm.py
index 1853f60..f813af7 100644
--- a/vdsm/virt/vm.py
+++ b/vdsm/virt/vm.py
@@ -631,7 +631,7 @@
             stats[dName].update(dLatency)
 
     def _getNumaStats(self, stats):
-        vmNumaNodeRuntimeMap, eInfo, sampleInterval = self.sampleNuma.getStats()
+        vmNumaNodeRuntimeMap, _, _ = self.sampleNuma.getStats()
         if vmNumaNodeRuntimeMap:
             stats['vNodeRuntimeInfo'] = vmNumaNodeRuntimeMap
 


-- 
To view, visit https://gerrit.ovirt.org/41355
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b366329c5003fb6992bc7ee87ad4d5dafd7c87f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Ondřej Svoboda <osvoboda at redhat.com>


More information about the vdsm-patches mailing list