Commit
·
e400a5a
1
Parent(s):
556181c
Update test.py
Browse files
test.py
CHANGED
@@ -303,6 +303,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
303 |
paths = ""
|
304 |
for child in Path(path).iterdir():
|
305 |
paths += " " + child.name
|
|
|
306 |
dataset_path = next(Path(path).iterdir())
|
307 |
dataset_format = dataset_path.name
|
308 |
for speaker_path in dataset_path.iterdir():
|
|
|
303 |
paths = ""
|
304 |
for child in Path(path).iterdir():
|
305 |
paths += " " + child.name
|
306 |
+
raise Exception(paths)
|
307 |
dataset_path = next(Path(path).iterdir())
|
308 |
dataset_format = dataset_path.name
|
309 |
for speaker_path in dataset_path.iterdir():
|