Skip to content

Commit 5978a21

Browse files
author
Michael Clover
committed
removed blank line and added continue to line 2849
1 parent d6a8fea commit 5978a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genie/libs/parser/iosxe/show_policy_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,14 +2846,14 @@ def cli(self, name='', output=None):
28462846
if m:
28472847
priority_level = int(m.groupdict()['priority_levels'])
28482848
class_map_dict['priority_levels'] = priority_level
2849+
continue
28492850

28502851
# priority 9 (%)
28512852
m = p10_2.match(line)
28522853
if m:
28532854
class_map_dict['priority'] = True
28542855
priority_percent = int(m.groupdict()['priority_percent'])
28552856
class_map_dict['priority_percent'] = priority_percent
2856-
28572857
continue
28582858

28592859
# Set cos 5

0 commit comments

Comments
 (0)