Commit
·
1c86e6a
1
Parent(s):
d85efaf
Update test2.py
Browse files
test2.py
CHANGED
@@ -306,7 +306,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
306 |
while not os.path.ismount(path):
|
307 |
path = os.path.dirname(path)
|
308 |
return path
|
309 |
-
|
310 |
subdirs = [x[0] for x in os.walk(path)]
|
311 |
#raise Exception(subdirs)
|
312 |
|
|
|
306 |
while not os.path.ismount(path):
|
307 |
path = os.path.dirname(path)
|
308 |
return path
|
309 |
+
rais Exception(find_mount_point(path))
|
310 |
subdirs = [x[0] for x in os.walk(path)]
|
311 |
#raise Exception(subdirs)
|
312 |
|