We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278a299 commit 9303bfdCopy full SHA for 9303bfd
tests/unit_tests/test_reference_actor.py
@@ -19,7 +19,7 @@ def _module_not_found():
19
import forge.actors.reference_actor # noqa: F401
20
21
return False
22
- except ModuleNotFoundError:
+ except Exception:
23
return True
24
25
0 commit comments