Commit f23fbad
authored
Fix typo in pddf_current_sensor constructor (sonic-net#22997)
Line #27 self.display_name = self.sensor_data should be self.display_name = self.sensor_obj1 parent c982e73 commit f23fbad
File tree
1 file changed
+2
-2
lines changed- platform/pddf/platform-api-pddf-base/sonic_platform_pddf_base
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
0 commit comments