Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jupyter-env.el
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The session can be used to write a connection file, see
;; Wait until the connection file is cleaned up before
;; forgetting about the process completely.
(jupyter-with-timeout
(nil jupyter-default-timeout
(nil (if (file-remote-p conn-file) 0 jupyter-default-timeout)
(delete-file conn-file))
(not (file-exists-p conn-file)))
(delete-process process)
Expand Down