Skip to content

Commit 047471c

Browse files
committed
Fix indentation
1 parent 600fc9e commit 047471c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/posixpath.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ def _joinrealpath(path, rest, strict, seen):
434434
else:
435435
is_link = stat.S_ISLNK(st.st_mode)
436436
if not is_link:
437-
path = newpath
438-
continue
437+
path = newpath
438+
continue
439439
# Resolve the symbolic link
440440
if newpath in seen:
441441
# Already seen this path

0 commit comments

Comments
 (0)