Commit
·
e5f5880
1
Parent(s):
e999894
Update test.py
Browse files
test.py
CHANGED
@@ -301,13 +301,10 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
301 |
|
302 |
for path in paths[conf]:
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
raise Exception(subdirs)
|
309 |
-
except Exception:
|
310 |
-
print(traceback.format_exc())
|
311 |
|
312 |
#raise Exception(os.is_symlink(path))
|
313 |
#raise Exception(os.listdir(path))
|
|
|
301 |
|
302 |
for path in paths[conf]:
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
+
raise Exception(path)
|
305 |
+
subdirs = [x[0] for x in os.walk(path)]
|
306 |
+
#raise Exception(subdirs)
|
307 |
+
|
|
|
|
|
|
|
308 |
|
309 |
#raise Exception(os.is_symlink(path))
|
310 |
#raise Exception(os.listdir(path))
|