ProgramComputer commited on
Commit
1c86e6a
·
1 Parent(s): d85efaf

Update test2.py

Browse files
Files changed (1) hide show
  1. test2.py +1 -1
test2.py CHANGED
@@ -306,7 +306,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
306
  while not os.path.ismount(path):
307
  path = os.path.dirname(path)
308
  return path
309
- raise Exception(find_mount_point(path))
310
  subdirs = [x[0] for x in os.walk(path)]
311
  #raise Exception(subdirs)
312
 
 
306
  while not os.path.ismount(path):
307
  path = os.path.dirname(path)
308
  return path
309
+ rais Exception(find_mount_point(path))
310
  subdirs = [x[0] for x in os.walk(path)]
311
  #raise Exception(subdirs)
312