Skip to content

Commit

Permalink
Update src/python_testing/TC_DeviceBasicComposition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Feb 15, 2024
1 parent d3b282e commit cbade5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/TC_DeviceBasicComposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def standard_attribute(cls) -> bool:
except KeyError:
attr_ret = None

print(attr_ret)

error_type_ok = attr_ret is not None and isinstance(
attr_ret, Clusters.Attribute.ValueDecodeFailure) and isinstance(attr_ret.Reason, InteractionModelError)
Expand Down

0 comments on commit cbade5a

Please sign in to comment.