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
Make debugger plugin's grpc ImportError handling work on py3 (#977)
Without this fix, under python3, we get a second exception because `err.message` does not exist (it was renamed to `msg`). This fixes that issue, and also changes the logic to reraise any non-grpc ImportErrors without the grcp-related tip.
0 commit comments