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 ba9af8c commit f577f15Copy full SHA for f577f15
pythonic.el
@@ -132,7 +132,7 @@ Take FILENAME from the perspective of the localhost and translate
132
it to the FILENAME Python process can read. Python can be
133
running locally or remotely. FILENAME can have local or tramp
134
format. Result will have local format."
135
- (let ((alias (pythonic-aliased-path filename)))
+ (let ((alias (pythonic-aliased-path (expand-file-name filename))))
136
(if (tramp-tramp-file-p alias)
137
(tramp-file-name-localname (tramp-dissect-file-name alias))
138
alias)))
0 commit comments