fixed missing variable dump

This commit is contained in:
Darren Ranalli 2008-11-19 03:03:18 +00:00
parent 26754b86ca
commit c56f94f9a1

View File

@ -78,7 +78,8 @@ def _excepthookDumpVars(eType, eValue, tb):
s = 'DUMPING STACK FRAME VARIABLES'
origTb = tb
#import pdb;pdb.set_trace()
foundRun = False
#foundRun = False
foundRun = True
while tb is not None:
frame = tb.tb_frame
code = frame.f_code