Skip to content

Commit aa526c0

Browse files
authored
Undo faulty merge.
1 parent 4afe368 commit aa526c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/posixpath.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ def _joinrealpath(path, rest, strict, seen):
439439
try:
440440
st = os.lstat(newpath)
441441
except OSError:
442-
if strict:
443-
raise
444442
is_link = False
445443
else:
446444
is_link = stat.S_ISLNK(st.st_mode)

0 commit comments

Comments
 (0)