Skip to content

Commit 376f679

Browse files
committed
Add missing space in regex
* jupyter-tramp.el (jupyter-tramp--get-directory-or-file-model): Do it.
1 parent a2a4a04 commit 376f679

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
@@ -338,7 +338,7 @@ fails."
338338
(cl-destructuring-bind (_ code msg) err
339339
(if (and (eq code 404)
340340
(string-match-p
341-
"\\(?:No such \\)?file or directory\\(?:does not exist\\)?"
341+
"\\(?:No such \\)?file or directory\\(?: .*does not exist\\)?"
342342
msg))
343343
(list :path path :name nil
344344
;; If a file doesn't exist we need to check if the

0 commit comments

Comments
 (0)