Mon, Aug 06, 2018 at 02:46:30PM CEST, Paul.D.Smith@metaswitch.com wrote:
From 34bccf0221af3f063686d58704d1255eab5f15b9 Mon Sep 17 00:00:00 2001 From: "Paul D.Smith" paul.d.smith@metaswitch.com Date: Mon, 6 Aug 2018 13:41:28 +0100 Subject: [patch libteam] Pass device ID through to super class init.
These 4 lines does not supposed to be there. Odd. Did you use "git format-patch" and "git send-email"?
Also, please provide a bit of description of the change. At least some motivation for the change.
Thanks!
Signed-off-by: Paul D.Smith paul.d.smith@metaswitch.com
binding/python/team/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/binding/python/team/core.py b/binding/python/team/core.py index 54161bf..e784930 100644 --- a/binding/python/team/core.py +++ b/binding/python/team/core.py @@ -348,7 +348,7 @@ class Team(TeamNetDevice): if not th: raise TeamLibError("Failed to allocate team handle.")
super(Team, self).__init__(th)
super(Team, self).__init__(th, teamdev) if isinstance(teamdev, str): err = 0-- 2.9.2
libteam@lists.fedorahosted.org