##// END OF EJS Templates
Do not pass down deprecated option....
Matthias Bussonnier -
Show More
@@ -1227,8 +1227,7 b' class VerboseTB(TBTools):'
1227
1227
1228 if force or self.call_pdb:
1228 if force or self.call_pdb:
1229 if self.pdb is None:
1229 if self.pdb is None:
1230 self.pdb = self.debugger_cls(
1230 self.pdb = self.debugger_cls()
1231 self.color_scheme_table.active_scheme_name)
1232 # the system displayhook may have changed, restore the original
1231 # the system displayhook may have changed, restore the original
1233 # for pdb
1232 # for pdb
1234 display_trap = DisplayTrap(hook=sys.__displayhook__)
1233 display_trap = DisplayTrap(hook=sys.__displayhook__)
General Comments 0
You need to be logged in to leave comments. Login now