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 error handling for requests.RequestException in ContextBrokerClient tries to access err.response.status_code without checking if err.response is None. This can raise an AttributeError.
The text was updated successfully, but these errors were encountered:
The error handling for
requests.RequestException
inContextBrokerClient
tries to accesserr.response.status_code
without checking iferr.response is None
. This can raise an AttributeError.The text was updated successfully, but these errors were encountered: