From f8a1d98c6f4c1397da66d4d33b97f3b1d2bce308 Mon Sep 17 00:00:00 2001 From: litagin02 Date: Tue, 20 Feb 2024 21:06:01 +0900 Subject: [PATCH] Change text error log filename --- preprocess_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess_text.py b/preprocess_text.py index 68534ea..7ba2310 100644 --- a/preprocess_text.py +++ b/preprocess_text.py @@ -55,7 +55,7 @@ def preprocess( if cleaned_path == "" or cleaned_path is None: cleaned_path = transcription_path + ".cleaned" - error_log_path = os.path.join(os.path.dirname(cleaned_path), "error.log") + error_log_path = os.path.join(os.path.dirname(cleaned_path), "text_error.log") error_count = 0 if clean: