You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pattern "glob(join(dir, pattern))" fails if "dir" also contains
wildcard characters.
Since Python 3.10 there is a way to work around this.
This commit changes a test where it is easy to adopt this.
0 commit comments