Update E3C.py
Browse files
E3C.py
CHANGED
|
@@ -180,7 +180,7 @@ class E3C(datasets.GeneratorBasedBuilder):
|
|
| 180 |
|
| 181 |
print("---")
|
| 182 |
|
| 183 |
-
print(os.walk(filepath))
|
| 184 |
|
| 185 |
for root, _, files in os.walk(filepath):
|
| 186 |
|
|
|
|
| 180 |
|
| 181 |
print("---")
|
| 182 |
|
| 183 |
+
print(list(os.walk(filepath)))
|
| 184 |
|
| 185 |
for root, _, files in os.walk(filepath):
|
| 186 |
|