ProgramComputer commited on
Commit
9609f6b
·
1 Parent(s): 93a5e75

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -1
test.py CHANGED
@@ -299,7 +299,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
299
  )
300
  for path in paths[conf]:
301
  dataset_path = next(Path(path+'/').iterdir())
302
- raise Exception(dataset_path);
303
  dataset_format = dataset_path.name
304
  for speaker_path in dataset_path.iterdir():
305
  speaker = speaker_path.name
 
299
  )
300
  for path in paths[conf]:
301
  dataset_path = next(Path(path+'/').iterdir())
 
302
  dataset_format = dataset_path.name
303
  for speaker_path in dataset_path.iterdir():
304
  speaker = speaker_path.name