Skip to content

Commit

Permalink
Fix mis-named variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 14, 2023
1 parent f4c4101 commit 8d67787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4119,7 +4119,7 @@ def parse_single_interface(self, interface_name=None, debug=False):
_sep2 = intf_short["sep1"]
_sep3 = intf_short["sep1"]
_slot = intf_short["slot"]
_processor = intf_long["processor"]
_processor = intf_short["processor"]
_card = intf_short["card"]
_port = intf_short["port"]
_digit_separator = intf_short["digit_separator"]
Expand Down

0 comments on commit 8d67787

Please sign in to comment.