Skip to content

a bug #14

Description

@WangLeto

In line 268 of Kernel.py:

def _deleteSession(self, sessionID):
    """Delete the specified session."""
    if sessionID in self._sessions:
        _sessions.pop(sessionID)

It's supposed to be self._sessions.pop(sessionID)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions