Dan Kenigsberg has submitted this change and it was merged.
Change subject: pylint:vdsm/netinfo.py rename local vars to avoid overload with global func. ......................................................................
pylint:vdsm/netinfo.py rename local vars to avoid overload with global func.
************* Module netinfo E:377:NetInfo.getNicsVlanAndBondingForNetwork: Function 'nics' has no 'append' member
The global function nics() is confusion pylint with the local 'nics' list; remedy this by renaming the local variables.
V2->V3 - change the local vars instead of global func V1->V2 - change function name to use mixedCaps
Change-Id: I295b87a9c1d1858771b28886d8966faafd4be077 Signed-off-by: Ryan Harper ryanh@us.ibm.com --- M vdsm/netinfo.py 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: Dan Kenigsberg: Verified; Looks good to me, approved
-- To view, visit http://gerrit.ovirt.org/3445 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged Gerrit-Change-Id: I295b87a9c1d1858771b28886d8966faafd4be077 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ryan Harper ryanh@us.ibm.com Gerrit-Reviewer: Dan Kenigsberg danken@redhat.com Gerrit-Reviewer: Ryan Harper ryanh@us.ibm.com Gerrit-Reviewer: Saggi Mizrahi smizrahi@redhat.com