Skip to content

Commit b66ddf5

Browse files
committed
Fix missing argument in call to tramp-run-real-handler
* jupyter-tramp.el (jupyter-tramp-expand-file-name): Do it.
1 parent de7af25 commit b66ddf5

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
@@ -466,7 +466,7 @@ See `jupyter-tramp-get-file-model' for details on what a file model is."
466466
'jupyter-tramp-file-name-handler)
467467
tramp-foreign-file-name-handler-alist)))
468468
(expand-file-name name))))
469-
(tramp-run-real-handler 'expand-file-name (list name))))
469+
(tramp-run-real-handler 'expand-file-name (list name directory))))
470470

471471
;;; File operations
472472

0 commit comments

Comments
 (0)