Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 197c871

Browse files
committed
Spacing
1 parent 69dabd2 commit 197c871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/posixpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,13 +477,13 @@ def realpath(filename, *, strict=False):
477477
path = newpath
478478
querying = False
479479
continue
480-
481480
seen[newpath] = None # not resolved symlink
482481
if target[:1] == sep:
483482
path = sep
484483
rest.append(newpath)
485484
rest.append(None)
486485
rest.extend(target.split(sep)[::-1])
486+
487487
return path
488488

489489

0 commit comments

Comments
 (0)