Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Aug 27, 2024
1 parent ee6031f commit 0ac2653
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,12 @@ def update(self, override_attr_dict: dict) -> None:
"""
Update the attributes of the MatterTestConfig instance with the values provided in the override_attr_dict.
This method allows for dynamic modification of the instance's attributes. If a key in override_attr_dict matches an existing attribute name, the attribute's value is updated. If the key does not match any existing attribute, a new attribute is created with the given key and value.
This method allows for dynamic modification of the instance's attributes. If a key in override_attr_dict matches
an existing attribute name, the attribute's value is updated. If the key does not match any existing attribute,
a new attribute is created with the given key and value.
"""
self.__dict__.update(override_attr_dict)


storage_path: pathlib.Path = pathlib.Path(".")
logs_path: pathlib.Path = pathlib.Path(".")
paa_trust_store_path: Optional[pathlib.Path] = None
Expand Down

0 comments on commit 0ac2653

Please sign in to comment.