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
Python 3 has a direct(?) match of the InnerException property from .NET, namely the __cause__ property, which results in much nicer and more informative tracebacks.