Skip to content

Commit

Permalink
parse_wordlist: set TemplateWord script to None
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed May 8, 2024
1 parent a50aaae commit ca6bda2
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 @@ -135,7 +135,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 ca6bda2

Please sign in to comment.