Commit d904ac2a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Fix exception raise in task scheduler/executor
parent db8108c1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ class TaskExecutor:
            except (
                UnsatisfiedFilterException, UnsupportedFilterFieldException,
                UnsupportedFilterFieldValueException
            ):
            ) as e:
                dict_connection_devices = {
                    cd_data.name : (
                        cd_uuid,
@@ -488,6 +488,7 @@ class TaskExecutor:
                    grpc_message_to_json_string(service), grpc_message_to_json_string(connection),
                    str(dict_connection_devices)
                ))
                raise e
        return service_handlers