Skip to content

Commit

Permalink
Replaced excepthook which I'd removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamovar committed Jun 22, 2013
1 parent 18dd475 commit 3ae5747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brian2/utils/logger.py
Expand Up @@ -201,8 +201,8 @@ def clean_up_logging():
except IOError as exc:
warn('Could not delete copy of script file: %s' % exc)

#sys.excepthook = brian_excepthook
#atexit.register(clean_up_logging)
sys.excepthook = brian_excepthook
atexit.register(clean_up_logging)


class HierarchyFilter(object):
Expand Down

0 comments on commit 3ae5747

Please sign in to comment.