Skip to content

Commit

Permalink
Bad argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 4, 2023
1 parent daae618 commit c0f2c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/builder/autohint.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


def autohint_script_tag(ttFont, discount_latin=False):
script = primary_script(ttFont, discount_latin=discount_latin)
script = primary_script(ttFont, ignore_latin=discount_latin)
if script in AUTOHINT_SCRIPTS:
return script
return
Expand Down

0 comments on commit c0f2c7e

Please sign in to comment.