Your try..except is hiding your bugs from madExcept
I have madExcept wired into everything I ship. It catches the crash, builds a report with the call stack, and mails it to me. It works beautifully, and that is exactly what makes the hole in it so easy to miss. madExcept only ever sees an exception that nobody caught first. So this: try … […]
Your try..except is hiding your bugs from madExcept Read More »
