Skip to content

Commit 4b1dba3

Browse files
committed
Use internal tramp compat function
* jupyter-tramp.el (jupyter-tramp-connected-p): Do it.
1 parent b9251ab commit 4b1dba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-tramp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ See `jupyter-tramp-get-file-model' for details on what a file model is."
431431

432432
(defun jupyter-tramp-connected-p (vec-or-filename)
433433
"Return non-nil if connected to a Jupyter based remote host."
434-
(let* ((vec (tramp-ensure-dissected-file-name vec-or-filename))
434+
(let* ((vec (jupyter-tramp-ensure-dissected-file-name vec-or-filename))
435435
(port (tramp-file-name-port-or-default vec))
436436
(key (cons (tramp-file-name-host vec)
437437
(if (numberp port) port

0 commit comments

Comments
 (0)