Skip to content

Commit

Permalink
Update xcvr_table_helper.py
Browse files Browse the repository at this point in the history
removed the _TABLE from the TRANSCEIVER_PM_WINDOW_STATS table name.
  • Loading branch information
jaganbal-a authored Aug 28, 2023
1 parent 6aaf304 commit a91e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd_utilities/xcvr_table_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
TRANSCEIVER_DOM_SENSOR_TABLE = 'TRANSCEIVER_DOM_SENSOR'
TRANSCEIVER_DOM_THRESHOLD_TABLE = 'TRANSCEIVER_DOM_THRESHOLD'
TRANSCEIVER_STATUS_TABLE = 'TRANSCEIVER_STATUS'
TRANSCEIVER_PM_WINDOW_STATS_TABLE = 'TRANSCEIVER_PM_WINDOW_STATS_TABLE'
TRANSCEIVER_PM_WINDOW_STATS_TABLE = 'TRANSCEIVER_PM_WINDOW_STATS'

class XcvrTableHelper:
def __init__(self, namespaces):
Expand Down

0 comments on commit a91e6fc

Please sign in to comment.