From 94bad28f78cb01a01b693a6ca1ff9372cb8994fa Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 29 Jan 2010 13:41:50 +0100 Subject: [PATCH] [equo] when grabbing exception info, grab variables information in every frame --- client/equo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equo.py b/client/equo.py index c24366548..61f371340 100644 --- a/client/equo.py +++ b/client/equo.py @@ -884,7 +884,7 @@ def handle_exception(exc_class, exc_instance, exc_tb): raise SystemExit(1) exception_data = entropy.tools.print_exception(returndata = True, - tb_data = exc_tb) + tb_data = exc_tb, all_frame_data = True) exception_stack = t_back ferror.write(const_convert_to_rawstring("\nRevision: " + \ etpConst['entropyversion'] + "\n\n"))