We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a124c50 commit cdff477Copy full SHA for cdff477
nbval/plugin.py
@@ -580,7 +580,7 @@ def runtest(self):
580
581
# Poll the shell channel to get a message
582
try:
583
- self.parent.kernel.await_reply(msg_id, timeout=timeout)
+ kernel.await_reply(msg_id, timeout=timeout)
584
except Empty: # Timeout reached
585
# Try to interrupt kernel, as this will give us traceback:
586
kernel.interrupt()
0 commit comments