Skip to content

Commit

Permalink
catch more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 8, 2024
1 parent 5046584 commit 5c90c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Otherwise, we assume that the library was installed in a system path that ld can find.
try:
import libucx
except ImportError:
except (ImportError, OSError, RuntimeError):
pass
else:
libucx.load_library()
Expand Down

0 comments on commit 5c90c8e

Please sign in to comment.