ProgramComputer commited on
Commit
1f8c886
·
1 Parent(s): a5fa155

Update test.py

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