8000 Real paths work allways, even when cwd != project root · python-mode/python-mode@932d736 · GitHub
[go: up one dir, main page]

Skip to content

Commit 932d736

Browse files
committed
Real paths work allways, even when cwd != project root
1 parent e5af8e9 commit 932d736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymode/rope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def goto():
151151
return
152152

153153
env.goto_file(
154-
found_resource.path, cmd=ctx.options.get('goto_definition_cmd'))
154+
found_resource.real_path, cmd=ctx.options.get('goto_definition_cmd'))
155155
env.goto_line(line)
156156

157157

0 commit comments

Comments
 (0)
0