Skip to content

Commit

Permalink
Merge pull request #287 from minrk/dummy-config
Browse files Browse the repository at this point in the history
ensure kernel_name is defined on ConnectionFileMixin
  • Loading branch information
minrk authored Aug 10, 2017
2 parents d6e6bc9 + 1964758 commit af1b570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_client/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def _data_dir_default(self):
_connection_file_written = Bool(False)

transport = CaselessStrEnum(['tcp', 'ipc'], default_value='tcp', config=True)
kernel_name = Unicode()

ip = Unicode(config=True,
help="""Set the kernel\'s IP address [default localhost].
Expand Down

0 comments on commit af1b570

Please sign in to comment.