Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArtifactoryPath: Fix glob() in Python 3.11
Python 3.11 replaced _accessor.scandir with _scandir. Override _scandir to still use our implementation. Should be a noop on older Python versions because they didn't have _scandir at all. Fixes: devopshq#396 Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
- Loading branch information