Show More
@@ -454,7 +454,7 b' class Pdb(OldPdb):' | |||
|
454 | 454 | with self._hold_exceptions(_chained_exceptions): |
|
455 | 455 | OldPdb.interaction(self, frame, tb) |
|
456 | 456 | else: |
|
457 |
OldPdb.interaction(self, frame, t |
|
|
457 | OldPdb.interaction(self, frame, tb_or_exc) | |
|
458 | 458 | |
|
459 | 459 | except KeyboardInterrupt: |
|
460 | 460 | self.stdout.write("\n" + self.shell.get_exception_only()) |
General Comments 0
You need to be logged in to leave comments.
Login now