aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/NodePath.py
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-10-08 08:54:21 +0000
committerPeter Mikus <pmikus@cisco.com>2021-10-08 11:37:48 +0000
commitbd15bb418bf618ff3055fb25c339778d12c1eaef (patch)
tree175532e95acb25fbae5710f0a4d6d2d03bf784eb /resources/libraries/python/NodePath.py
parent68f8548a9769aa55de77176c58e9e70bd1a88742 (diff)
fix(Pylint): Small fixes
+ Just few obvious one Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I9bbac293a56d6b2943bef03cb3b8943e967dae6b
Diffstat (limited to 'resources/libraries/python/NodePath.py')
-rw-r--r--resources/libraries/python/NodePath.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/NodePath.py b/resources/libraries/python/NodePath.py
index d1f974aafe..b9b4fc94e6 100644
--- a/resources/libraries/python/NodePath.py
+++ b/resources/libraries/python/NodePath.py
@@ -217,7 +217,8 @@ class NodePath:
raise RuntimeError(u"No path for topology")
return self._path[-2]
- def compute_circular_topology(self, nodes, filter_list=None, nic_pfs=1,
+ def compute_circular_topology(
+ self, nodes, filter_list=None, nic_pfs=1,
always_same_link=False, topo_has_tg=True, topo_has_dut=True):
"""Return computed circular path.