We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0533e6d commit c8ab6fbCopy full SHA for c8ab6fb
1 file changed
t4_devkit/sanity/reference/base.py
@@ -56,6 +56,7 @@ def check(self, context: SanityContext) -> list[Reason] | None:
56
)
57
for record in source_records
58
if record[self.reference] not in target_tokens
59
+ and record[self.reference] != "" # NOTE: success if the reference token is ""
60
and self.is_additional_condition_ok(record)
61
] or None
62
0 commit comments