Commit
·
f43724a
1
Parent(s):
5d1ffab
Update test.py
Browse files
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))
|