Skip to content

Commit

Permalink
fix pickler
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 14, 2024
1 parent 3c2bf98 commit 0882aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/dictionary_pickler.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ def _pickle_dict(

if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)
for listcode in sorted(["et"]):
for listcode in sorted(SUPPORTED_LANGUAGES):
_pickle_dict(listcode)

0 comments on commit 0882aa6

Please sign in to comment.