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 7219e4a commit a7ea3b8Copy full SHA for a7ea3b8
nbval/plugin.py
@@ -575,7 +575,7 @@ def runtest(self):
575
576
# Poll the shell channel to get a message
577
try:
578
- self.parent.kernel.await_reply(msg_id, timeout=timeout)
+ kernel.await_reply(msg_id, timeout=timeout)
579
except Empty: # Timeout reached
580
# Try to interrupt kernel, as this will give us traceback:
581
kernel.interrupt()
0 commit comments