Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5285167 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore missing font in fontchain_linter.py"

parents 37271791 1403ff2b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -270,6 +270,9 @@ def parse_fonts_xml(fonts_xml_path):
            if index:
                index = int(index)

            if not path.exists(path.join(_fonts_dir, font_file)):
                continue # Missing font is a valid case. Just ignore the missing font files.

            record = FontRecord(
                name,
                frozenset(scripts),