Douglas Schilling Landgraf has uploaded a new change for review. Change subject: network: Replace TAB to space ......................................................................
network: Replace TAB to space This patch is trivial but the ovirt-node project uses space instead of TAB. Change-Id: I4b7bffb9fbbd246f3fd0db83bf80635e620fd7ac Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirtnode/network.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/38/47538/1 diff --git a/src/ovirtnode/network.py b/src/ovirtnode/network.py index 05ecba7..8ce60e1 100644 --- a/src/ovirtnode/network.py +++ b/src/ovirtnode/network.py @@ -74,7 +74,7 @@ logger.debug("Got netmodel: %s" % netmodel) if netmodel["iface"]: - if not NIC(netmodel["iface"]).exists(): + if not NIC(netmodel["iface"]).exists(): raise RuntimeError("NIC %r does not exist" % netmodel["iface"]) if not netmodel["ipaddr"]: -- To view, visit https://gerrit.ovirt.org/47538 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4b7bffb9fbbd246f3fd0db83bf80635e620fd7ac Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
