##// END OF EJS Templates
bug fixed in prompt count after traceback
Omar Andres Zapata Mesa -
Show More
@@ -154,6 +154,7 b' class Frontend(object):'
154 154 print >> sys.stderr, etb[0]
155 155 print >> sys.stderr, etb[1]
156 156 print >> sys.stderr, etb[2]
157 self.prompt_count = self.msg_xreq["content"]["execution_count"]+1
157 158 break
158 159 time.sleep(0.1)
159 160
General Comments 0
You need to be logged in to leave comments. Login now