diff --git a/src/dispatch/entity/service.py b/src/dispatch/entity/service.py index 51a8922ebbaf..2065689d4bbf 100644 --- a/src/dispatch/entity/service.py +++ b/src/dispatch/entity/service.py @@ -360,7 +360,7 @@ def _find_entities_by_regex_and_jsonpath_expression( entity_type=entity_type, project=signal_instance.project, ) - except jsonpath_ng.PathNotFound: + except jsonpath_ng.JSONPathError: # field not found in signal_instance.raw pass