Skip to content

Commit

Permalink
Update src/python_testing/modebase_cluster_check.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
tersal and andy31415 authored Jan 14, 2025
1 parent 488c03a commit 5461a21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/modebase_cluster_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def check_tags_in_lists(self, supported_modes, required_tags=None):
# Check if is tag is common, derived or mfg.
is_mfg = (START_MFGTAGS_RANGE <= tag.value <= END_MFGTAGS_RANGE)
if not (is_mfg or tag.value in self.mode_tags):
asserts.fail("Mode tag value is not a common, derived or vendor tag.")

# Confirm if tag is common or derived.
if not is_mfg:
Expand Down

0 comments on commit 5461a21

Please sign in to comment.