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
Include all LoadLibrary() failures in exception chain
If libopenslide.so.1 fails to load, we want to report that exception too,
not just the fact that libopenslide.so.0 doesn't exist. Make try_load()
recursive rather than iterative, allowing Python's exception chaining to
handle this automatically.
Reported-by: Govinda Kamath <[email protected]>
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments