Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArtifactoryPath: fix iterdir with Python 3.11
On Python 3.11, pathlib's iterdir() calls directly to os.listdir(), so it does not go through ArtifactoryAccessor. Similar to commit 5278d06, override iterdir() so that we call our own ArtifactoryPath implementation.
- Loading branch information