Skip to content

Commit

Permalink
line ending change
Browse files Browse the repository at this point in the history
  • Loading branch information
selldinesh committed Oct 3, 2023
1 parent 29b1508 commit b9ff104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/sai.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,4 +712,4 @@ def __parse_rec(self, fname):
tokens = tokens[1:]
data.append(tokens)
rec[cnt] = data #if len(data) > 1 else data[0]
return rec
return rec
2 changes: 1 addition & 1 deletion tests/test_l2_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,4 @@ def test_l2_mac_move_1(npu, dataplane):
npu.create_vlan_member(npu.default_vlan_oid, npu.dot1q_bp_oids[idx], "SAI_VLAN_TAGGING_MODE_UNTAGGED")
npu.set(npu.port_oids[idx], ["SAI_PORT_ATTR_PORT_VLAN_ID", npu.default_vlan_id])

npu.remove(vlan_oid)
npu.remove(vlan_oid)

0 comments on commit b9ff104

Please sign in to comment.