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 error when ctx is not defined on ClickExceptions
The error handling code for `ClickException` assumed that `ctx` is
defined for the exception object, which is true for many of the
subclasses, but not all.
Check for `ctx` before assuming it exists.
0 commit comments