ProgramComputer commited on
Commit
e400a5a
·
1 Parent(s): 556181c

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -0
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():