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

flake8

parent 28eefa4d
No related branches found
No related tags found
No related merge requests found
......@@ -461,7 +461,7 @@ def _get_dashboards(interface):
yield BRIAN_DASHBOARDS.LHCONE_CUST
if re.match('SRV_L3VPN (CUSTOMER|RE_INTERCONNECT)', description):
if '-LHCONE' in description:
# `-LHCONE` can be preceded by tons of different stuff, so it's
# `-LHCONE` can be preceded by tons of different stuff, so it's
# simpler to check for this rather than a full regex
yield BRIAN_DASHBOARDS.LHCONE
if re.match('^SRV_MDVPN CUSTOMER', description):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment