Signed-off-by: Felicián Németh <neme...@tmit.bme.hu>
---
 ryu/services/protocols/ovsdb/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/services/protocols/ovsdb/api.py 
b/ryu/services/protocols/ovsdb/api.py
index 21ef5b0..163658c 100644
--- a/ryu/services/protocols/ovsdb/api.py
+++ b/ryu/services/protocols/ovsdb/api.py
@@ -358,7 +358,7 @@ def del_port_by_uuid(manager, system_id, bridge_name, 
port_uuid):
 
 def del_port_by_name(manager, system_id, bridge_name, port_name):
     return del_port(manager, system_id, bridge_name,
-                    lambda tables, _: _get_port(tables, port_name))
+                    lambda tables: _get_port(tables, port_name))
 
 
 def set_controller(manager, system_id, bridge_name,
-- 
2.11.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to