ProgramComputer commited on
Commit
8e17aa6
·
1 Parent(s): 369705f

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -2
test.py CHANGED
@@ -306,10 +306,8 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
306
  index_col=0,
307
  engine="python",
308
  )
309
- raise Exception(paths)
310
  for path in paths[conf].values():
311
  for file in path:
312
-
313
  subdirs = [x[0] for x in os.walk(path)]
314
  raise Exception(subdirs)
315
  raise Exception(path)
 
306
  index_col=0,
307
  engine="python",
308
  )
 
309
  for path in paths[conf].values():
310
  for file in path:
 
311
  subdirs = [x[0] for x in os.walk(path)]
312
  raise Exception(subdirs)
313
  raise Exception(path)