Commit Graph

1 Commits (33ee5d4c1b8ea5357e29749a71f55d8f03642b9e)

Author SHA1 Message Date
Alexander Sowitzki e804fccf1c Let file module not change link to absolute when src not given (#65448)
The file module changes existing sym links from relative to absolute
if the src is not stated in the tasks since it uses `os.path.realpath`
to fetch the link source and not `os.readlink`. Changed that.
4 years ago