Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703987979
  • Loading branch information
agutkin committed Dec 8, 2024
1 parent 0f444f3 commit 97e9e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoscribe/language/morphology/morphology.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def write_rules_to_far(
return
if is_templates and isinstance(rules[0], tuple):
arc_type = rules[0][0].arc_type()
elif isinstance(rules, py.Fst):
elif isinstance(rules[0], py.Fst):
arc_type = rules[0].arc_type()
flattened_rules = []
if is_templates and isinstance(rules[0], tuple):
Expand Down

0 comments on commit 97e9e60

Please sign in to comment.