From a6f0fb6a2b24912d15b58b739a770cace71134e3 Mon Sep 17 00:00:00 2001 From: JWM <62558419+JokeWaumans@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:54:24 +0200 Subject: [PATCH] Update docstring Co-authored-by: Jasper Craeghs <28319872+JasperCraeghs@users.noreply.github.com> --- mlx/coverity_services.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mlx/coverity_services.py b/mlx/coverity_services.py index 80a37a7..4b62897 100644 --- a/mlx/coverity_services.py +++ b/mlx/coverity_services.py @@ -313,8 +313,7 @@ def get_defects(self, stream, filters, column_names): return self.retrieve_issues(data) def handle_attribute_filter(self, attribute_values, name, valid_attributes, allow_regex=False): - """Add filter when the attribute is valid. If `valid_attributes` is empty, - all attributes of the CSV list are valid. + """Process the given CSV list of attribute values by filtering out the invalid ones while logging an error. The CSV list can allow regular expressions when `allow_regex` is set to True. Args: