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 null check for device status responses in CLI streaming
The *_with_status() methods return None on gRPC errors, but
configure_device(), start_device(), and stop_device() were
accessing .code without checking for None first. This caused
"'NoneType' object has no attribute 'code'" errors when
device operations failed.
0 commit comments