Skip to content

Commit

Permalink
Minor Comment Addressed
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
  • Loading branch information
vivekrnv authored and raphaelt-nvidia committed Aug 10, 2021
1 parent cfa6a5a commit c28a60b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dump/plugins/copp.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def __get_asic_hostif_entry_obj(self, sai_trap_key):
# Not adding tp tables_not_found because of the type of reason specified for policer obj
if not sai_trap_key:
return
asic_obj_ptrn = "ASIC_STATE:.*:oid:0x\w{1,14}"
matches = re.findall(r"oid:0x\w{1,14}", sai_trap_key)
if matches:
sai_trap_vid = matches[0]
Expand Down

0 comments on commit c28a60b

Please sign in to comment.