Skip to content

Commit

Permalink
Format error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Nov 21, 2024
1 parent 3e6c263 commit 1c6ee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmostesting/suites/MS0501Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ def _check_block(self, test, block, class_descriptors, datatype_descriptors):
self.organization_metadata.error = True
self.organization_metadata.error_msg = \
f"role path={str(self.ms05_utils.create_role_path_string(role_path))}: " \
f"class id={class_identifier}" \
f"class id={class_identifier}: " \
f"Non-standard class id does not contain authority key: {class_identifier}; "

def _check_device_model(self, test):
Expand Down

0 comments on commit 1c6ee65

Please sign in to comment.