Skip to content

Commit 9962414

Browse files
committed
Merge from 3.x: PR #3796
Fixes #3788
2 parents 1c50e66 + e508eb1 commit 9962414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spyder/utils/misc.py

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def remove_backslashes(path):
160160
path = path[:-1]
161161
# Replacing backslashes by slashes
162162
path = path.replace('\\', '/')
163+
path = path.replace('/\'', '\\\'')
163164
return path
164165

165166

0 commit comments

Comments
 (0)