From 9adb036a174eaa94f4b7062242139117f49e7bf9 Mon Sep 17 00:00:00 2001 From: erikgle <110715492+erikgle@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:30:43 -0800 Subject: [PATCH] remove unnecesary endif I could be wrong, but when reviewing a script that I had adapted from here I noticed there's one more endif than there are ifs. I think this might be a mistake so I thought I'd make note of it here so it doesn't give you any future trouble (: --- textgrid_revisor.praat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textgrid_revisor.praat b/textgrid_revisor.praat index c168904..6bc0a29 100644 --- a/textgrid_revisor.praat +++ b/textgrid_revisor.praat @@ -34,7 +34,7 @@ for ifile to number_files Save as text file: "'directory$''soundname$'.TextGrid" endif lastsound$ = soundname$ - endif + selectObject: "Sound 'soundname$'" plusObject: "TextGrid 'soundname$'" Remove