Show More
@@ -834,7 +834,7 b' class VerboseTB(TBTools):' | |||||
834 | frames.append(self.format_record(*r)) |
|
834 | frames.append(self.format_record(*r)) | |
835 |
|
835 | |||
836 | if recursion_repeat: |
|
836 | if recursion_repeat: | |
837 |
frames.append(' |
|
837 | frames.append('... last %d frames repeated, from the frame below ...\n' % recursion_repeat) | |
838 | frames.append(self.format_record(*records[last_unique+recursion_repeat+1])) |
|
838 | frames.append(self.format_record(*records[last_unique+recursion_repeat+1])) | |
839 |
|
839 | |||
840 | return frames |
|
840 | return frames |
General Comments 0
You need to be logged in to leave comments.
Login now