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
The performRequests_error_ call returns a Tuple[bool, str], where the 2nd argument is explanation of the error (if any).
So just checking for if success: always succeeds, even if there was an error.
The
performRequests_error_call returns aTuple[bool, str], where the 2nd argument is explanation of the error (if any).So just checking for
if success:always succeeds, even if there was an error.