matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
262 stars 59 forks source link

Use os.pathsep instead of hard coding ':' #203

Closed jvolkman closed 4 months ago

jvolkman commented 4 months ago

Don't assume that multi-path environment variables like DYLD_LIBRARY_PATH are split by ":".

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (eaba43d) 96.45% compared to head (9eba5cc) 96.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #203 +/- ## ======================================= Coverage 96.45% 96.45% ======================================= Files 15 15 Lines 1184 1184 ======================================= Hits 1142 1142 Misses 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.