Fix missing argument in call to tramp-run-real-handler

* jupyter-tramp.el (jupyter-tramp-expand-file-name): Do it.
This commit is contained in:
Nathaniel Nicandro 2020-03-17 17:39:54 -05:00
parent de7af256a9
commit b66ddf50eb

View file

@ -466,7 +466,7 @@ See `jupyter-tramp-get-file-model' for details on what a file model is."
'jupyter-tramp-file-name-handler)
tramp-foreign-file-name-handler-alist)))
(expand-file-name name))))
(tramp-run-real-handler 'expand-file-name (list name))))
(tramp-run-real-handler 'expand-file-name (list name directory))))
;;; File operations