Skip to content

Commit

Permalink
fix typo: portconfig.ini to port_config.ini (sonic-net#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox authored Jun 19, 2020
1 parent 9f3be44 commit 414ed2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_sfp/sfputilbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Global Variable
PLATFORM_JSON = 'platform.json'
PORT_CONFIG_INI = 'portconfig.ini'
PORT_CONFIG_INI = 'port_config.ini'

# definitions of the offset and width for values in XCVR info eeprom
XCVR_INTFACE_BULK_OFFSET = 0
Expand Down
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_sfp/sfputilhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Global Variable
PLATFORM_JSON = 'platform.json'
PORT_CONFIG_INI = 'portconfig.ini'
PORT_CONFIG_INI = 'port_config.ini'

class SfpUtilHelper(object):
# List to specify filter for sfp_ports
Expand Down

0 comments on commit 414ed2b

Please sign in to comment.