From 5063728bb0097c04b8ab2c0c9c35245bff3136e4 Mon Sep 17 00:00:00 2001
From: mrq <barry.quiggles@protonmail.com>
Date: Tue, 7 Mar 2023 03:01:02 +0000
Subject: [PATCH] brain worms and headaches

---
 src/utils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/utils.py b/src/utils.py
index 51d83dd..8991314 100755
--- a/src/utils.py
+++ b/src/utils.py
@@ -1200,6 +1200,7 @@ def prepare_dataset( files, outdir, language=None, skip_existings=False, progres
 
 	unload_whisper()
 
+	joined = "\n".join(transcription)
 	return f"Processed dataset to: {outdir}\n{joined}"
 
 def calc_iterations( epochs, lines, batch_size ):