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(sbus): prevent IndexError in methods with no output args
Skip output parsing when self.output is empty, which happens for
void methods like UpdateMemberList. Return None instead of
attempting to access values[0].
0 commit comments