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 info/lookup fallback: response has an extra level
When doing a var-info lookup we potentially try three different strategies: info, lookup, and eval. The second currently always fails, because the "info" dict is not at the top level in the response message, but nested under an "info" key.
0 commit comments