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