Changeset - e6121f8a9f87
[Not reviewed]
default
0 2 0
Drew Perttula - 11 years ago 2014-06-03 04:57:56
drewp@bigasterisk.com
always use faulthandler.enable(). so cool
Ignore-this: 4305391ff16141c9b223e7b2ecb6140b
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/run_local.py
Show inline comments
 
@@ -16,7 +16,8 @@ def rce(self, exc, val, tb):
 
        Failure(val, exc, tb).printDetailedTraceback()
 
Tkinter.Tk.report_callback_exception = rce
 

	
 
import coloredlogs, logging, time
 
import coloredlogs, logging, time, faulthandler
 
faulthandler.enable()
 
log = logging.getLogger()
 

	
 
class CSH(coloredlogs.ColoredStreamHandler):
pydeps
Show inline comments
 
@@ -16,4 +16,5 @@ pyjade==2.2.0
 
python-dateutil==2.2
 
txosc==0.2.0
 
service_identity==0.2
 
Pillow==2.4.0
 
\ No newline at end of file
 
Pillow==2.4.0
 
faulthandler==2.3
 
\ No newline at end of file
0 comments (0 inline, 0 general)