Show More
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | 2 | """sys.excepthook for IPython itself, leaves a detailed report on disk. |
|
3 | 3 | |
|
4 |
$Id: CrashHandler.py |
|
|
4 | $Id: CrashHandler.py 1320 2006-05-23 18:29:11Z vivainio $""" | |
|
5 | 5 | |
|
6 | 6 | #***************************************************************************** |
|
7 | 7 | # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu> |
@@ -35,8 +35,8 b' class CrashHandler:' | |||
|
35 | 35 | |
|
36 | 36 | def __init__(self,IP): |
|
37 | 37 | self.IP = IP # IPython instance |
|
38 |
self.bug_contact = Release.authors[' |
|
|
39 |
self.mailto = Release.authors[' |
|
|
38 | self.bug_contact = Release.authors['Ville'][0] | |
|
39 | self.mailto = Release.authors['Ville'][1] | |
|
40 | 40 | |
|
41 | 41 | def __call__(self,etype, evalue, etb): |
|
42 | 42 |
General Comments 0
You need to be logged in to leave comments.
Login now