Commit
·
6541e65
1
Parent(s):
9fbbd6e
Update test.py
Browse files
test.py
CHANGED
@@ -309,7 +309,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
309 |
for file in path:
|
310 |
# subdirs = [x[0] for x in os.walk(path)]
|
311 |
# raise Exception(subdirs)
|
312 |
-
raise Exception(file)
|
313 |
#raise Exception(os.is_symlink(path))
|
314 |
#raise Exception(os.listdir(path))
|
315 |
try:
|
|
|
309 |
for file in path:
|
310 |
# subdirs = [x[0] for x in os.walk(path)]
|
311 |
# raise Exception(subdirs)
|
312 |
+
#raise Exception(file)
|
313 |
#raise Exception(os.is_symlink(path))
|
314 |
#raise Exception(os.listdir(path))
|
315 |
try:
|