Skip to content

Commit 35e0fce

Browse files
committedFeb 15, 2024
TC-ACE-2.1/2.2: Remove workaround for fixed scraper bug
1 parent 1913dba commit 35e0fce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/python_testing/spec_parsing_support.py

-6
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,4 @@ def remove_problem(location: typing.Union[CommandPathLocation, FeaturePathLocati
523523
0x05: XmlAttribute(name='SupportedTemperatureLevels', datatype='list', conformance=feature(0x02, 'TL'), read_access=view, write_access=none, write_optional=False),
524524
}
525525

526-
# Workaround for incorrect parsing of access control cluster.
527-
# Remove this workaround when https://github.com/csa-data-model/projects/issues/397 is fixed.
528-
acl_id = Clusters.AccessControl.id
529-
clusters[acl_id].attributes[Clusters.AccessControl.Attributes.Acl.attribute_id].write_access = Clusters.AccessControl.Enums.AccessControlEntryPrivilegeEnum.kAdminister
530-
clusters[acl_id].attributes[Clusters.AccessControl.Attributes.Extension.attribute_id].write_access = Clusters.AccessControl.Enums.AccessControlEntryPrivilegeEnum.kAdminister
531-
532526
return clusters, problems

0 commit comments

Comments
 (0)