Commit
·
f180172
1
Parent(s):
a1e0bfe
Update test.py
Browse files
test.py
CHANGED
@@ -305,7 +305,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
305 |
engine="python",
|
306 |
)
|
307 |
|
308 |
-
for path in paths[conf]
|
309 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
310 |
# def find_mount_point(path):
|
311 |
# path = os.path.realpath(path)
|
|
|
305 |
engine="python",
|
306 |
)
|
307 |
|
308 |
+
for path in paths[conf]:
|
309 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
310 |
# def find_mount_point(path):
|
311 |
# path = os.path.realpath(path)
|