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