ProgramComputer commited on
Commit
e999894
·
1 Parent(s): f43724a

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -303,6 +303,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
303
  #raise Exception([x for x in Path(path).glob('**/*')])
304
  #raise Exception(paths)
305
  try:
 
306
  subdirs = [x[0] for x in os.walk(path)]
307
  raise Exception(subdirs)
308
  except Exception:
 
303
  #raise Exception([x for x in Path(path).glob('**/*')])
304
  #raise Exception(paths)
305
  try:
306
+ raise Exception(path)
307
  subdirs = [x[0] for x in os.walk(path)]
308
  raise Exception(subdirs)
309
  except Exception: