qanastek commited on
Commit
5d441c5
·
1 Parent(s): 102adaf

Update E3C.py

Browse files
Files changed (1) hide show
  1. E3C.py +1 -1
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