Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper Craeghs <[email protected]>
  • Loading branch information
JokeWaumans and JasperCraeghs authored Aug 16, 2024
1 parent d095768 commit a6f0fb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlx/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6f0fb6

Please sign in to comment.