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
Fix method collect_dut_lossless_prio.
The pfc_enable parameter can be empty.
Without this change we can get error:
> result = [int(x) for x in port_qos_map[intf]['pfc_enable'].split(',')]
E ValueError: invalid literal for int() with base 10: ''
PRs with related changes:
sonic-net/sonic-buildimage#22252sonic-net/sonic-buildimage#22067
Signed-off-by: AntonHryshchuk <[email protected]>
0 commit comments