Skip to content

Commit 16cbda7

Browse files
committed
Fix incorrect number of arguments
1 parent 1489966 commit 16cbda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-ioloop.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ serializable."
493493
(while (not sent)
494494
(condition-case nil
495495
(progn
496-
(zmq-send stdin msg nil zmq-DONTWAIT)
496+
(zmq-send stdin msg zmq-DONTWAIT)
497497
(setq sent t))
498498
(zmq-EAGAIN (accept-process-output nil 0)))))
499499
(zmq-subprocess-send process args)))))

0 commit comments

Comments
 (0)