Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/logger.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-11 21:30:03 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-11 21:30:03 (GMT)
commit72bf63709136bf26d73e43023b9b95af2e5737e9 (patch)
treed2e7de5f8fc28c327712814013f370f8b22da6da /sugar/logger.py
parent9585330e43fe279f839d2f63f96109d00c2470c8 (diff)
Actually enable exception logging
Diffstat (limited to 'sugar/logger.py')
-rw-r--r--sugar/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/logger.py b/sugar/logger.py
index 03964dd..d6e5daa 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