Am 28-02-2014 13:03, schrieb Aline Manera: > - except InvalidOperation: > + except Exception: > # Skip inactive pools > continue I'd suggest logging the error message, especially now that we are catching every type error. If something occurs, we will have no clue on what has happened.