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: incorrect usage of traceback.format_exc function
Exception was passed to traceback.format_exc which is incorrect and it caused `TypeError: '>=' not supported between instances of 'HTTPError' and 'int'` error.
0 commit comments