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 <[email protected]>
---
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 <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Ryan Harper <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to