Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 14, 2024
1 parent 1ab9fa0 commit db357d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlx/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit db357d5

Please sign in to comment.