ProgramComputer commited on
Commit
9dfdc23
1 Parent(s): 1be08e5

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -306,7 +306,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
306
  index_col=0,
307
  engine="python",
308
  )
309
-
310
  for path in paths[conf]:
311
  for file in path:
312
  def find_mount_point(path):
 
306
  index_col=0,
307
  engine="python",
308
  )
309
+ raise Exception(paths)
310
  for path in paths[conf]:
311
  for file in path:
312
  def find_mount_point(path):