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

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
  try:
306
  subdirs = [x[0] for x in os.walk(path)]
307
  raise Exception(subdirs)
308
- except:
309
  print(traceback.format_exc())
310
 
311
  #raise Exception(os.is_symlink(path))
 
305
  try:
306
  subdirs = [x[0] for x in os.walk(path)]
307
  raise Exception(subdirs)
308
+ except Exception:
309
  print(traceback.format_exc())
310
 
311
  #raise Exception(os.is_symlink(path))