We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7acfd commit 88fbf0aCopy full SHA for 88fbf0a
qc_ositrace/checks/osirules/osirules_checker.py
@@ -273,7 +273,7 @@ def check_message_against_rules(
273
)
274
else:
275
# Check if referred message matches the expected type
276
- expected_type = f"osi3.{rule['refers_to'].strip("'")}"
+ expected_type = f"osi3.{rule['refers_to'].strip('\'')}"
277
if referred_message.DESCRIPTOR.full_name != expected_type:
278
result.register_issue(
279
checker_bundle_name=constants.BUNDLE_NAME,
0 commit comments