Loading src/context/service/grpc_server/ContextServiceServicerImpl.py +1 −1 Original line number Diff line number Diff line Loading @@ -624,7 +624,7 @@ class ContextServiceServicerImpl(ContextServiceServicer): db_endpoint : EndPointModel = get_object(self.database, EndPointModel, str_endpoint_key) str_slice_endpoint_key = key_to_str([slice_uuid, str_endpoint_key], separator='--') str_slice_endpoint_key = key_to_str([str_slice_key, str_endpoint_key], separator='--') result : Tuple[SliceEndPointModel, bool] = get_or_create_object( self.database, SliceEndPointModel, str_slice_endpoint_key, { 'slice_fk': db_slice, 'endpoint_fk': db_endpoint}) Loading Loading
src/context/service/grpc_server/ContextServiceServicerImpl.py +1 −1 Original line number Diff line number Diff line Loading @@ -624,7 +624,7 @@ class ContextServiceServicerImpl(ContextServiceServicer): db_endpoint : EndPointModel = get_object(self.database, EndPointModel, str_endpoint_key) str_slice_endpoint_key = key_to_str([slice_uuid, str_endpoint_key], separator='--') str_slice_endpoint_key = key_to_str([str_slice_key, str_endpoint_key], separator='--') result : Tuple[SliceEndPointModel, bool] = get_or_create_object( self.database, SliceEndPointModel, str_slice_endpoint_key, { 'slice_fk': db_slice, 'endpoint_fk': db_endpoint}) Loading