From 72bf63709136bf26d73e43023b9b95af2e5737e9 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 11 Aug 2006 23:30:03 +0200 Subject: [PATCH] Actually enable exception logging --- sugar/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/logger.py b/sugar/logger.py index 03964dde..d6e5daaa 100644 --- a/sugar/logger.py +++ b/sugar/logger.py @@ -50,4 +50,4 @@ def start(console_id, shell = None): __sugar_shell = shell __console_id = console_id - #sys.excepthook = __exception_handler + sys.excepthook = __exception_handler