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

fix oversight in fetching bundles

parent e0b9f45f
No related branches found
No related tags found
1 merge request!30Feature/pol1 775 poller interfaces cache built from preparsed
......@@ -737,7 +737,7 @@ def _load_interfaces(
for key, ifc in interfaces.items():
router, interface_name = key.split(':')
bundle = interface_bundles[key]
bundle = interface_bundles.get(key, [])
if not ifc['description']:
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment