Commit 7160ef7
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.1 parent ec2743e commit 7160ef7
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1811 | 1811 | | |
1812 | 1812 | | |
1813 | 1813 | | |
| 1814 | + | |
| 1815 | + | |
1814 | 1816 | | |
1815 | 1817 | | |
1816 | 1818 | | |
| |||
0 commit comments