Skip to content
Snippets Groups Projects
Commit 88a854b1 authored by Sam Roberts's avatar Sam Roberts
Browse files

shut up the linter

parent 98ae0e72
Branches
Tags
1 merge request!23address issues with some speeds not being recognised, a timeout issue not...
......@@ -738,7 +738,7 @@ def _add_bundle_parents(interfaces, hostname=None):
if router_bundle:
base_ifc = _get_base_name(ifc['name'])
bundle_parents = [interface_index.get(f"{ifc['router']}---{_get_base_name(bundle_ifc)}")
for bundle_ifc in router_bundle.get(base_ifc, [])]
for bundle_ifc in router_bundle.get(base_ifc, [])]
ifc['bundle-parents'] = bundle_parents
yield ifc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment