fixed rope new project path error · python-mode/python-mode@e4d09dc · GitHub
Skip to content

Commit e4d09dc

Browse files
committed
fixed rope new project path error
In windows, when vim without 'shellslash' options, the function getcwd() return path string use '\' as directory separator. This will cause python parse it error. To solve it, replace the '\' with '/'.
1 parent 7a449a5 commit e4d09dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pymode/rope.py

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)