Commit
·
4171a0b
1
Parent(s):
4949b20
Update test.py
Browse files
test.py
CHANGED
@@ -301,7 +301,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
301 |
|
302 |
for path in paths[conf]:
|
303 |
for root, dirs, files in os.walk(path, topdown=False):
|
304 |
-
raise Exception(
|
305 |
for name in dirs:
|
306 |
print(os.path.join(root, name))
|
307 |
|
|
|
301 |
|
302 |
for path in paths[conf]:
|
303 |
for root, dirs, files in os.walk(path, topdown=False):
|
304 |
+
raise Exception(dirs)
|
305 |
for name in dirs:
|
306 |
print(os.path.join(root, name))
|
307 |
|