env.py
64.5 KB
-
fix: handle distribution.files being None (#6877) · 18c2903b
We discovered that in some unknown situations, `distribution.files` can be `None`, causing the assertion to fail. To handle `distribution.files` being `None` more gracefully, we treat it as if it were an empty list. Resolves: #6788
Jace Tan committed