[Kimchi-devel] [PATCH] bug fix: Only check for ISO images in active pools

Crístian Viana vianac at linux.vnet.ibm.com
Fri Feb 28 19:06:38 UTC 2014


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.




More information about the Kimchi-devel mailing list