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
If some exception occurs it's re-raised instead of executing the code above the raise line. This code is unreachable and it's difficult to know what should be the behavior.
The text was updated successfully, but these errors were encountered:
Function
main_loop
has this code:If some exception occurs it's re-raised instead of executing the code above the
raise
line. This code is unreachable and it's difficult to know what should be the behavior.The text was updated successfully, but these errors were encountered: