Commit
·
adb1031
1
Parent(s):
0efeb82
Update test.py
Browse files
test.py
CHANGED
@@ -303,7 +303,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
#raise Exception(paths)
|
305 |
subdirs = [x[0] for x in os.walk(path)]
|
306 |
-
raise Exception(
|
307 |
|
308 |
#raise Exception(os.is_symlink(path))
|
309 |
#raise Exception(os.listdir(path))
|
|
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
#raise Exception(paths)
|
305 |
subdirs = [x[0] for x in os.walk(path)]
|
306 |
+
raise Exception( subdirs)
|
307 |
|
308 |
#raise Exception(os.is_symlink(path))
|
309 |
#raise Exception(os.listdir(path))
|