You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding .rstrip() to get_cpld_reg_value seems to fix the issue but since I'm not sure if it should be stripped in _gettimeout or get_cpld_reg_value I'm leaving this as an Issue and not a PR.
The text was updated successfully, but these errors were encountered:
In the revised get_cpld_reg_value:
sonic-buildimage/device/celestica/x86_64-cel_seastone-r0/sonic_platform/helper.py
Line 81 in 220ea74
the function leaves the '\n' on the string,
which means that in
sonic-buildimage/device/celestica/x86_64-cel_seastone-r0/sonic_platform/watchdog.py
Line 103 in 220ea74
the hex_time has embedded '\n' and cannot parse.
Adding .rstrip() to get_cpld_reg_value seems to fix the issue but since I'm not sure if it should be stripped in _gettimeout or get_cpld_reg_value I'm leaving this as an Issue and not a PR.
The text was updated successfully, but these errors were encountered: