ProgramComputer commited on
Commit
fd24c06
·
1 Parent(s): 142ed8c

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -297,6 +297,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
297
  index_col=0,
298
  engine="python",
299
  )
 
300
  for path in paths[conf]:
301
  dataset_path = next(Path(path).iterdir())
302
  dataset_format = dataset_path.name
 
297
  index_col=0,
298
  engine="python",
299
  )
300
+ raise Exception(paths);
301
  for path in paths[conf]:
302
  dataset_path = next(Path(path).iterdir())
303
  dataset_format = dataset_path.name