aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/Routing.py')
-rw-r--r--resources/libraries/python/Routing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/Routing.py b/resources/libraries/python/Routing.py
index f72d211a6b..b4771d6224 100644
--- a/resources/libraries/python/Routing.py
+++ b/resources/libraries/python/Routing.py
@@ -59,7 +59,8 @@ class Routing(object):
if interface:
if use_sw_index:
int_cmd = ('sw_if_index {}'.
- format(Topology.get_interface_sw_index(node, interface)))
+ format(Topology.get_interface_sw_index(node,
+ interface)))
else:
int_cmd = interface
else: