On 2015-07-06 12:27, Mariano Ramon wrote:
> is there anyway to customize runtime errors that show the python exception 
> and use a catch all with a more user friendly message?

By definition a traceback is an exception that is not expected.
Hiding it will just result of never fixing the problem, so that's why
Tryton shows such unexpected error.
If you want a friendly message, you must write code that doesn't crash
unexpectly.


-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Reply via email to