Fix the control flow in pending(). Thanks to Ury Marshak!!!
Rather than blaming window for reporting success as an error, the else clause on the second try block should be an except clause.
Showing
Please register or sign in to comment
Rather than blaming window for reporting success as an error, the else clause on the second try block should be an except clause.