8000 Merge pull request #346 from fisadev/develop · python-mode/python-mode@874c8da · GitHub
[go: up one dir, main page]

Skip to content

Commit 874c8da

Browse files
committed
Merge pull request #346 from fisadev/develop
Real paths work allways, even when cwd != project root
2 parents e5af8e9 + 932d736 commit 874c8da

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