Skip to content

Commit 0c66ca8

Browse files
restyled-commitsPeterC1965
authored andcommitted
Restyled by autopep8
1 parent 8deab3d commit 0c66ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DEMTestBase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def validate_feature_map(self, must_have_features, must_not_have_features)
5454

5555
for must_not_have_feature in must_not_have_features:
5656
asserts.assert_false(feature_map & must_not_have_feature,
57-
f"{s_feature_strs[must_not_have_feature]} is not allowed to be set. feature_map 0x{feature_map:x}")
57+
f"{s_feature_strs[must_not_have_feature]} is not allowed to be set. feature_map 0x{feature_map:x}")
5858

5959
async def validate_pfr_or_sfr_in_feature_map(self):
6060
feature_map = await self.read_dem_attribute_expect_success(attribute="FeatureMap")

0 commit comments

Comments
 (0)