aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/topology.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-07 13:58:59 +0000
committerVratko Polak <vrpolak@cisco.com>2019-08-07 16:20:35 +0000
commit6c6b9edc4690f5c4cd86334d706d7c40a81c85cf (patch)
tree33078dc8f2557a6928a49518e46589ed10b3289f /resources/libraries/python/topology.py
parentc8ea6f1fab0b77a0690548fbef825cf902ad4146 (diff)
FIX: Pylint
- my bad Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I8c1f57f6b648b99338f3f6a6ff9ec943082e9bc4
Diffstat (limited to 'resources/libraries/python/topology.py')
-rw-r--r--resources/libraries/python/topology.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py
index 68045bbb68..698c97b426 100644
--- a/resources/libraries/python/topology.py
+++ b/resources/libraries/python/topology.py
@@ -403,7 +403,8 @@ class Topology(object):
interface index assigned to the interface by vpp for a given node.
:param node: The node topology dictionary.
- :param sw_if_index: sw_if_index of the link that a interface is connected to.
+ :param sw_if_index: sw_if_index of the link that a interface is
+ connected to.
:type node: dict
:type sw_if_index: int
:returns: Interface name of the interface connected to the given link.