Skip to content

Commit

Permalink
Fixes nteract#856
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRussert committed Jun 11, 2017
1 parent d0e1982 commit 28cf26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class KernelManager {
}

updateKernelSpecs(callback: ?Function) {
this._kernelSpecs = this.getKernelSpecsFromSettings;
this._kernelSpecs = this.getKernelSpecsFromSettings();
this.getKernelSpecsFromJupyter((err, kernelSpecsFromJupyter) => {
if (!err) {
this.mergeKernelSpecs(kernelSpecsFromJupyter);
Expand Down

0 comments on commit 28cf26e

Please sign in to comment.