Change text error log filename

This commit is contained in:
litagin02
2024-02-20 21:06:01 +09:00
parent 5b60bf705a
commit f8a1d98c6f

View File

@@ -55,7 +55,7 @@ def preprocess(
if cleaned_path == "" or cleaned_path is None: if cleaned_path == "" or cleaned_path is None:
cleaned_path = transcription_path + ".cleaned" 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 error_count = 0
if clean: if clean: