llvm-project
4e8b7bdf - [CI][ScriptedBuilder] Avoid python 3.12-only option (#181746)

Commit
87 days ago
[CI][ScriptedBuilder] Avoid python 3.12-only option (#181746) The shutil.rmtree(onexc=) parameter was only added in Python 3.12. Use onerror= instead whose callback signature takes a different third parameter which is ignored anyway.
Author
Parents
Loading