mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
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:
parent
de7af256a9
commit
b66ddf50eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue