Skip to content

Commit

Permalink
Update errors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
vivien-apple and bzbarsky-apple authored Feb 16, 2024
1 parent 473a87d commit a941b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/py_matter_yamltests/matter_yamltests/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class TestStepEnumError(TestStepError):
- enum_name_or_value (str|int): The name (str) or value (int) of the enumeration in the step.
If a string is provided, it is considered the name of the enumeration; if an integer is provided, it is considered the value of the enumeration.
- enum_candidates (dict): A dictionary mapping enumeration names (as strings) to their corresponding values
(as integers). This dictionary represents all possible candidates of the enumeration.
(as integers). This dictionary represents all known values of the enumeration.
"""

def __init__(self, enum_name_or_value, enum_candidates: dict):
Expand Down

0 comments on commit a941b52

Please sign in to comment.