We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a4a04 commit 376f679Copy full SHA for 376f679
jupyter-tramp.el
@@ -338,7 +338,7 @@ fails."
338
(cl-destructuring-bind (_ code msg) err
339
(if (and (eq code 404)
340
(string-match-p
341
- "\\(?:No such \\)?file or directory\\(?:does not exist\\)?"
+ "\\(?:No such \\)?file or directory\\(?: .*does not exist\\)?"
342
msg))
343
(list :path path :name nil
344
;; If a file doesn't exist we need to check if the
0 commit comments