We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b6f52 commit 4405ec9Copy full SHA for 4405ec9
sonic_platform_base/chassis_base.py
@@ -220,4 +220,4 @@ def get_watchdog(self):
220
An object derived from WatchdogBase representing the hardware
221
watchdog device
222
"""
223
- return _watchdog
+ return self._watchdog
sonic_platform_base/psu_base.py
@@ -29,7 +29,7 @@ def get_fan(self):
29
An object dervied from FanBase representing the fan module
30
contained in this PSU
31
32
- return _fan
+ return self._fan
33
34
def set_status_led(self, color):
35
0 commit comments