Skip to content
Snippets Groups Projects
Commit 3388f4a0 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Make cell interrupt work

parent f198d334
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ class ROOTKernel(MetaKernel): ...@@ -105,7 +105,7 @@ class ROOTKernel(MetaKernel):
except KeyboardInterrupt: except KeyboardInterrupt:
self.interpreter.gROOT.SetInterrupt() ROOT.gROOT.SetInterrupt()
status = 'interrupted' status = 'interrupted'
self.ioHandler.EndCapture() self.ioHandler.EndCapture()
if not silent: if not silent:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment