[device/accton] Correct exception function name (#1249)

NotImplementedErro(r)

Signed-off-by: Phil Huang <phil_huang@edge-core.com>
This commit is contained in:
Phil Huang 2017-12-20 07:41:48 +08:00 committed by lguohan
parent f0d59cb002
commit 6e05b67070

View File

@ -83,10 +83,10 @@ class SfpUtil(SfpUtilBase):
return True
def set_low_power_mode(self, port_nuM, lpmode):
raise NotImplementedErro
raise NotImplementedError
def get_low_power_mode(self, port_num):
raise NotImplementedErro
raise NotImplementedError
def get_presence(self, port_num):
# Check for invalid port_num