Skip to content

Commit

Permalink
Merge pull request jupyter#55 from jupyter/exiting-w-multiple-tabs
Browse files Browse the repository at this point in the history
Set websocket.terminal to None when the child exits
  • Loading branch information
minrk committed Apr 2, 2018
2 parents d6f5f15 + 127b3b3 commit 7fde385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminado/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ def on_pty_died(self):
"""
self.send_json_message(['disconnect', 1])
self.close()
self.terminal = None

0 comments on commit 7fde385

Please sign in to comment.