Skip to content

Commit bc3b78b

Browse files
ahmed-shariffnnicandro
authored andcommitted
Fix available-kernelspecs failing from warning output
1 parent 4d62a88 commit bc3b78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-kernelspec.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ each DIRECTORY will be a remote file name."
6161
(or (and (not refresh) (gethash host jupyter--kernelspecs))
6262
(let ((specs (plist-get
6363
(jupyter-read-plist-from-string
64-
(or (jupyter-command "kernelspec" "list" "--json")
64+
(or (jupyter-command "kernelspec" "list" "--json" "--log-level" "ERROR")
6565
(error "Can't obtain kernelspecs from jupyter shell command")))
6666
:kernelspecs)))
6767
(puthash host

0 commit comments

Comments
 (0)