Skip to content
Snippets Groups Projects
Commit 800c3b4b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add EAP nrens to both EAP folder and NREN access folder

parent 6a1f34a0
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards, region_cu
for cust in _customers:
if cust.lower() in excluded_dashboards:
continue
if cust not in region_customers:
if region_customers and cust not in region_customers:
continue
customers[cust].append(service)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment