##// END OF EJS Templates
during `%autopx` call display_outputs inside builtin_trap...
MinRK -
Show More
@@ -321,7 +321,8 b' class ParallelMagics(Magics):'
321 self.shell.showtraceback()
321 self.shell.showtraceback()
322 return True
322 return True
323 else:
323 else:
324 result.display_outputs()
324 with ipself.builtin_trap:
325 result.display_outputs()
325 return False
326 return False
326
327
327
328
General Comments 0
You need to be logged in to leave comments. Login now