Jason Stubbs wrote:
>>
>>Not sure if hiding the exception away (traceback) is a good thing;
>>wrapping it with purdy output, sure, but swallowing it?
> 
> 
> If it's failing to import, there's something pretty wrong with it. I'm sure 
> that module authors will know enough to remove the except block. Is there 
> really anything useful gained from dumping the traceback?
> 
> --
> Jason Stubbs

Well emerge does have a --debug flag under which to dump everything you
want. Tracebacks might also be included under the --verbose flag. IMHO
tracebacks should in most cases be replaced by user understandable
errors messages in such a way that the tracebacks are still easily
available if wanted.

Regards,
Petteri

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to