Thanks to visit codestin.com Credit goes to github.com
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 f86eda5 commit ceeda0eCopy full SHA for ceeda0e
1 file changed
Lib/dospath.py
@@ -36,7 +36,7 @@ def join(a, *p):
36
for b in p:
37
if isabs(b):
38
path = b
39
- elif path == '' or path[-1:] in '/\\':
+ elif path == '' or path[-1:] in '/\\:':
40
path = path + b
41
else:
42
path = path + os.sep + b
0 commit comments