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 b48d82a commit d095768
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 @@ -324,7 +324,7 @@ def handle_attribute_filter(self, attribute_values, name, valid_attributes, allo
allow_regex (bool): True to treat filter values as regular expressions, False to require exact matches
Returns:
list[str]: The list of valid attributes
set[str]: The attributes values to query with
"""
logging.info("Using %s filter [%s]", name, attribute_values)
filter_values = set()
Expand Down

0 comments on commit d095768

Please sign in to comment.