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