<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 02/28/2014 04:06 PM, Crístian Viana
wrote:<br>
</div>
<blockquote cite="mid:5310DE3E.707@linux.vnet.ibm.com" type="cite">Am
28-02-2014 13:03, schrieb Aline Manera:
<br>
<blockquote type="cite">- except InvalidOperation:
<br>
+ except Exception:
<br>
# Skip inactive pools
<br>
continue
<br>
</blockquote>
<br>
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.
<br>
</blockquote>
<font face="DejaVu Sans Mono">Done</font><br>
</body>
</html>