Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ruff): PTH207 Replace
iglob
with Path.glob
or Path.rglob
The trivial rewrite fails with this issue: /nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/pathlib.py:476: in _iterate_directories entry_is_dir = entry.is_dir() E OSError: [Errno 36] File name too long: '/home/vlaci/devel/git/github.com/onekey-sec/unblob/tests/integration/filesystem/extfs/__output__/f_badsymlinks.img_extract/long_link'
- Loading branch information