JadyXuan / NTTS

NO TIME TO SLEEP
MIT License
627 stars 25 forks source link

Fix getsitepackages #10

Closed deanyxu closed 1 month ago

deanyxu commented 1 month ago

In the case that site.getsitepackages() return a list containing less than 2 items, site.getsitepackages()[1] would throw exception. This change would make it fall back to fetching the first item or some default values depending on the OS

JadyXuan commented 1 month ago

Thank you for your correction. We need more intelligent path selection.