Zhou Zheng Sheng has uploaded a new change for review. Change subject: fix a PEP 8 issue in vdsm/configNetwork.py ......................................................................
fix a PEP 8 issue in vdsm/configNetwork.py Change-Id: Idc05505b84197fdebc919e4647ef757b295f52a2 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M vdsm/configNetwork.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/44/12744/1 diff --git a/vdsm/configNetwork.py b/vdsm/configNetwork.py index 33df0c1..a1d3d37 100755 --- a/vdsm/configNetwork.py +++ b/vdsm/configNetwork.py @@ -1063,7 +1063,7 @@ ifup(nic) -def _delBrokenNetwork(network, netAttr, configWriter): +def _delBrokenNetwork(network, netAttr, configWriter): '''Adapts the network information of broken networks so that they can be deleted via delNetwork.''' _netinfo = netinfo.NetInfo() -- To view, visit http://gerrit.ovirt.org/12744 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idc05505b84197fdebc919e4647ef757b295f52a2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
