Skip to content

Commit

Permalink
Merge pull request #1054 from googlefonts/unbreak-it-now
Browse files Browse the repository at this point in the history
[ttx_diff] unbreak ttx_diff
  • Loading branch information
cmyr authored Oct 17, 2024
2 parents c2711e4 + 5fc8eca commit 6351da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/ttx_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def generate_output(build_dir: Path, otl_norm_cargo_path: Path, fontmake_ttf: Pa

fontc = etree.parse(fontc_ttx)
fontmake = etree.parse(fontmake_ttx)
reduce_diff_noise(build_dir, fontc, fontmake)
reduce_diff_noise(fontc, fontmake)

fontc = extract_comparables(fontc, build_dir, "fontc")
fontmake = extract_comparables(fontmake, build_dir, "fontmake")
Expand Down

0 comments on commit 6351da4

Please sign in to comment.