Nir Soffer has uploaded a new change for review. Change subject: pep8: Fix indentation violation ......................................................................
pep8: Fix indentation violation Change-Id: I030a2635e4d0923eb5127dd74bc60c98954a8d49 Signed-off-by: Nir Soffer <[email protected]> --- M lib/vdsm/netinfo.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/29826/1 diff --git a/lib/vdsm/netinfo.py b/lib/vdsm/netinfo.py index 5778732..95c3860 100644 --- a/lib/vdsm/netinfo.py +++ b/lib/vdsm/netinfo.py @@ -836,7 +836,7 @@ address = addr['address'].split('/')[0] if ((addr['family'] == 'inet' and ip in (address, IPv4toMapped(address))) or ( - addr['family'] == 'inet6' and ip == address)): + addr['family'] == 'inet6' and ip == address)): return addr['label'] return '' -- To view, visit http://gerrit.ovirt.org/29826 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I030a2635e4d0923eb5127dd74bc60c98954a8d49 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
