mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Fix incorrect number of arguments
This commit is contained in:
parent
14899664b6
commit
16cbda7916
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ serializable."
|
|||
(while (not sent)
|
||||
(condition-case nil
|
||||
(progn
|
||||
(zmq-send stdin msg nil zmq-DONTWAIT)
|
||||
(zmq-send stdin msg zmq-DONTWAIT)
|
||||
(setq sent t))
|
||||
(zmq-EAGAIN (accept-process-output nil 0)))))
|
||||
(zmq-subprocess-send process args)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue