Legisign / Praat-textgrids

Praat textgrid manipulation in Python
GNU General Public License v3.0
51 stars 21 forks source link

All items are indexed "item [1]" in the output #13

Open nilthehuman opened 1 year ago

nilthehuman commented 1 year ago

A 'tier_count = tier_count + 1' is missing from this loop: https://github.com/Legisign/Praat-textgrids/blob/58f4ae163ed18c2e23b61badf275e90d90a830aa/textgrids/__init__.py#L250

leozqi commented 1 year ago

I also noticed this and made a pull request here: #14