qanastek commited on
Commit
102adaf
·
1 Parent(s): 4a861e7

Update E3C.py

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