From e05263769ed61db988190f9538102eed427edda2 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Thu, 18 Apr 2019 15:19:36 +0200 Subject: [PATCH] small bug fix --- datasets/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/preprocess.py b/datasets/preprocess.py index 6d6c0833..c1b8469a 100644 --- a/datasets/preprocess.py +++ b/datasets/preprocess.py @@ -59,7 +59,7 @@ def mozilla(root_path, meta_files): text = cols[0].strip() items.append([text, wav_file]) else: - print(" > Error: {}", line) + print(" > Error: {}".format(cols)) continue random.shuffle(items) return items