ProgramComputer commited on
Commit
351a733
·
1 Parent(s): e400a5a

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -300,6 +300,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
300
  )
301
 
302
  for path in paths[conf]:
 
303
  paths = ""
304
  for child in Path(path).iterdir():
305
  paths += " " + child.name
 
300
  )
301
 
302
  for path in paths[conf]:
303
+ raise Exception(Path(path).exist)
304
  paths = ""
305
  for child in Path(path).iterdir():
306
  paths += " " + child.name