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