Commit Graph

2 Commits (989ea7a9f03c04a5ed4e55033be85b22b87d528e)

Author SHA1 Message Date
Matt Clay 21fc699b77
Remove trailing spaces from lines in YAML (#80032) 2 years ago
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