aiidateam/archive-path

Replace `match_glob` with `PurePosixPath.match`?

chrisjsewell opened this issue · 1 comments

def match_glob(base: str, pattern: str, iterator: Iterable[str]) -> Iterable[str]:

Replaced match_glob with PurePosixPath.match