Skip to content

Commit 9303bfd

Browse files
committed
catch all exceptions
1 parent 278a299 commit 9303bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_reference_actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def _module_not_found():
1919
import forge.actors.reference_actor # noqa: F401
2020

2121
return False
22-
except ModuleNotFoundError:
22+
except Exception:
2323
return True
2424

2525

0 commit comments

Comments
 (0)