ProgramComputer commited on
Commit
f180172
·
1 Parent(s): a1e0bfe

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -305,7 +305,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
305
  engine="python",
306
  )
307
 
308
- for path in paths[conf].values():
309
  #raise Exception([x for x in Path(path).glob('**/*')])
310
  # def find_mount_point(path):
311
  # path = os.path.realpath(path)
 
305
  engine="python",
306
  )
307
 
308
+ for path in paths[conf]:
309
  #raise Exception([x for x in Path(path).glob('**/*')])
310
  # def find_mount_point(path):
311
  # path = os.path.realpath(path)