diff --git a/Lib/shaperglot/checks/orthographies.py b/Lib/shaperglot/checks/orthographies.py index 0ffd014..0678408 100644 --- a/Lib/shaperglot/checks/orthographies.py +++ b/Lib/shaperglot/checks/orthographies.py @@ -99,7 +99,7 @@ def execute(self, checker) -> None: if not self.aux: return - missing = sorted([x for x in self.bases if not can_shape(x, checker)]) + missing = sorted([x for x in self.aux if not can_shape(x, checker)]) if missing: checker.results.warn( check_name="orthographies",