[node-patches] Change in ovirt-node[ovirt-3.6]: network: Replace TAB to space
fabiand at redhat.com
fabiand at redhat.com
Wed Oct 21 12:00:34 UTC 2015
Fabian Deutsch 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 <dougsland at redhat.com>
(cherry picked from commit 7849494f4e420adba8ea61425e595464fe60a6d6)
---
M src/ovirtnode/network.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/73/47573/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/47573
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b7bffb9fbbd246f3fd0db83bf80635e620fd7ac
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list