Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs when max_terminals reached, with test cases #11

Merged
merged 1 commit into from
Feb 13, 2015
Merged

Fix bugs when max_terminals reached, with test cases #11

merged 1 commit into from
Feb 13, 2015

Conversation

payne92
Copy link
Contributor

@payne92 payne92 commented Feb 11, 2015

Typo fix for MaxTerminalsReached exception

Handle cases where TermSocket.terminal not fully initialized

Typo fix for MaxTerminalsReached exception

Handle cases where TermSocket.terminal not fully initialized
@@ -225,7 +225,7 @@ def kill_all(self):
yield super(SingleTermManager, self).kill_all()
self.terminal = None

def MaxTerminalsReached(Exception):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops... I'm surprised that a class definition was a valid function definition, but now I think about it, there's nothing to make it invalid.

@takluyver
Copy link
Member

Thanks, this all looks fine, and the tests are passing.

takluyver added a commit that referenced this pull request Feb 13, 2015
Fix bugs when max_terminals reached, with test cases
@takluyver takluyver merged commit d54c7b9 into jupyter:master Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants