ProgramComputer commited on
Commit
9629a28
·
1 Parent(s): 1a5a4c3

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -4
test.py CHANGED
@@ -314,10 +314,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
314
  # raise Exception(find_mount_point(path))
315
  #subdirs = [x[0] for x in os.walk(path)]
316
  #raise Exception(subdirs)
317
- array = []
318
- for itera in path.values():
319
- array.append(itera)
320
- raise Exception(array)
321
  # #raise Exception(os.is_symlink(path))
322
  # #raise Exception(os.listdir(path))
323
  # try:
 
314
  # raise Exception(find_mount_point(path))
315
  #subdirs = [x[0] for x in os.walk(path)]
316
  #raise Exception(subdirs)
317
+ raise Exception(path)
 
 
 
318
  # #raise Exception(os.is_symlink(path))
319
  # #raise Exception(os.listdir(path))
320
  # try: