Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Nov 13, 2018
1 parent a124c50 commit cdff477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbval/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def runtest(self):

# Poll the shell channel to get a message
try:
self.parent.kernel.await_reply(msg_id, timeout=timeout)
kernel.await_reply(msg_id, timeout=timeout)
except Empty: # Timeout reached
# Try to interrupt kernel, as this will give us traceback:
kernel.interrupt()
Expand Down

0 comments on commit cdff477

Please sign in to comment.