Commit
·
1a5a4c3
1
Parent(s):
a20e8d6
Update test.py
Browse files
test.py
CHANGED
@@ -314,11 +314,10 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
314 |
# raise Exception(find_mount_point(path))
|
315 |
#subdirs = [x[0] for x in os.walk(path)]
|
316 |
#raise Exception(subdirs)
|
|
|
317 |
for itera in path.values():
|
318 |
-
array
|
319 |
-
|
320 |
-
array.append(file)
|
321 |
-
raise Exception(array)
|
322 |
# #raise Exception(os.is_symlink(path))
|
323 |
# #raise Exception(os.listdir(path))
|
324 |
# try:
|
|
|
314 |
# raise Exception(find_mount_point(path))
|
315 |
#subdirs = [x[0] for x in os.walk(path)]
|
316 |
#raise Exception(subdirs)
|
317 |
+
array = []
|
318 |
for itera in path.values():
|
319 |
+
array.append(itera)
|
320 |
+
raise Exception(array)
|
|
|
|
|
321 |
# #raise Exception(os.is_symlink(path))
|
322 |
# #raise Exception(os.listdir(path))
|
323 |
# try:
|