Skip to content

Commit

Permalink
Merge pull request jupyter#1 from jasongrout/kernel-startup
Browse files Browse the repository at this point in the history
Modify existing kwargs dict instead of creating a new one
  • Loading branch information
minrk committed Apr 14, 2015
2 parents 8201e17 + 8875c74 commit 3ce634a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyter_client/multikernelmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def start_kernel(self, kernel_name=None, **kwargs):
# kernel_manager_factory is the constructor for the KernelManager
# subclass we are using. It can be configured as any Configurable,
# including things like its transport and ip.
kwargs = {}
if self.kernel_spec_manager:
kwargs['kernel_spec_manager'] = self.kernel_spec_manager
km = self.kernel_manager_factory(connection_file=os.path.join(
Expand Down

0 comments on commit 3ce634a

Please sign in to comment.