On 02/18/2014 10:23 AM, Crístian Viana wrote:
Am 17-02-2014 19:37, schrieb Aline Manera:
> + try:
> + pkgs = swupdate.getNumOfUpdates()
> + except OperationFailed, e:
> + raise e
> +
How is this try/except block useful? It's just reraising the same
error. Wouldn't the same thing happen if it doesn't exist?
I will remove it
on v3