##// END OF EJS Templates
does this fix it?
Jacob Chapman -
Show More
@@ -907,7 +907,7 b' class VerboseTB(TBTools):'
907 907 fix that by hand after invoking the exception handler."""
908 908
909 909 if force or self.call_pdb:
910 if self.pdb is None:
910 if self.debugger_cls:
911 911 self.pdb = self.debugger_cls()
912 912 # the system displayhook may have changed, restore the original
913 913 # for pdb
General Comments 0
You need to be logged in to leave comments. Login now