Ryan Harper has uploaded a new change for review. Change subject: pylint:vdsm/netinfo.py rename nics() function to avoid overload with local variable ......................................................................
pylint:vdsm/netinfo.py rename nics() function to avoid overload with local variable ************* 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 function. Change-Id: I295b87a9c1d1858771b28886d8966faafd4be077 Signed-off-by: Ryan Harper <[email protected]> --- M vdsm/netinfo.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/45/3445/1 -- To view, visit http://gerrit.ovirt.org/3445 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I295b87a9c1d1858771b28886d8966faafd4be077 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ryan Harper <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
