Skip to content

Commit

Permalink
[interpolatable] Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Dec 1, 2023
1 parent 97d571c commit 4764cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontTools/varLib/interpolatableTestStartingPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_starting_point(glyph0, glyph1, ix, tolerance, matching):
if matching is None:
matching = range(len(glyph0.isomorphisms))
matching = list(range(len(glyph0.isomorphisms)))
contour0 = glyph0.isomorphisms[ix]
contour1 = glyph1.isomorphisms[matching[ix]]
m0Vectors = glyph0.greenVectors[ix]
Expand Down

0 comments on commit 4764cb5

Please sign in to comment.