Skip to content

Commit 4a26721

Browse files
nineteendoeryksun
andauthored
Update Lib/ntpath.py
Co-authored-by: Eryk Sun <[email protected]>
1 parent 53b3e41 commit 4a26721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ntpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def abspath(path):
581581
path = os.fspath(path)
582582
if not isabs(path):
583583
if isinstance(path, bytes):
584-
sep = b'/'
584+
sep = b'\\'
585585
cwd = os.getcwdb()
586586
else:
587587
sep = '/'

0 commit comments

Comments
 (0)