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
fix: account for iterdir() behavior change in Python 3.13
In Python 3.13, `iterdir()` raises exceptions immediately instead of lazily.
This change forces early evaluation to ensure consistent behavior across
Python versions.
Ref: python/cpython#107320
0 commit comments