diff --git a/mlx/coverity_services.py b/mlx/coverity_services.py index 96d86c1..154d622 100644 --- a/mlx/coverity_services.py +++ b/mlx/coverity_services.py @@ -313,7 +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 or falsy, + """Add filter when the attribute is valid. If `valid_attributes` is empty, all attributes of the CSV list are valid. The CSV list can allow regular expressions when `allow_regex` is set to True.