Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use os readlink for python 3.8 compatibility (#2582)
- Pathlib readlink() was introduced since Python3.9. - I guess validation ci runs on ubuntu2004, so python version is 3.8. - use os readlink() for python3.8 compatibility - This PR may fix validation to [PRs](#2578) which use overlay functionality. Signed-off-by: wep21 <[email protected]>
- Loading branch information