Skip to content

Commit

Permalink
Merge pull request #144 from googlefonts/fix-script
Browse files Browse the repository at this point in the history
parse_wordlist: set TemplateWord script to None
  • Loading branch information
m4rc1e authored May 8, 2024
2 parents 248f2bc + ca6bda2 commit 15c910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffenator2/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def parse_wordlist(fp):
except IndexError:
results.append(
TemplateWord(
string=items[0], script="dflt", lang=None, ot_features={}
string=items[0], script=None, lang=None, ot_features={}
)
)
return results
Expand Down

0 comments on commit 15c910c

Please sign in to comment.