commit | e59b2deffde61e5641cabd65034fa11b4db898ba | [log] [tgz] |
---|---|---|
author | Michal Čihař <michal@cihar.com> | Tue Nov 10 17:06:02 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 10 08:06:02 2020 -0800 |
tree | c8f4405fcd90bbd902797987f817277fc4f8c92b | |
parent | 3eb284622579d04289d0e3b2e97fbf56df6e845e [diff] |
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) The onerror is supposed to be called with failed function, but in this case lstat is wrongly used instead of open. Not sure if this needs bug or not... Automerge-Triggered-By: GH:hynek