[Sugar-devel] [PATCH] Add the DescriptionItem if available
Manuel Kaufmann
humitos at gmail.com
Thu Apr 26 08:10:30 EDT 2012
On Thu, Apr 26, 2012 at 09:06, <godiard at sugarlabs.org> wrote:
> + except:
> + pass
> +
I think you should avoid "except:" catching all the exception possible
there. Instead of this you should use "except ImportError:" in this
case.
--
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
More information about the Sugar-devel
mailing list