Skip to content

Commit a7ea3b8

Browse files
committedNov 13, 2018
Cleanup
1 parent 7219e4a commit a7ea3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nbval/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def runtest(self):
575575

576576
# Poll the shell channel to get a message
577577
try:
578-
self.parent.kernel.await_reply(msg_id, timeout=timeout)
578+
kernel.await_reply(msg_id, timeout=timeout)
579579
except Empty: # Timeout reached
580580
# Try to interrupt kernel, as this will give us traceback:
581581
kernel.interrupt()

0 commit comments

Comments
 (0)
Please sign in to comment.