nouamanetazi HF staff commited on
Commit
eef307d
1 Parent(s): 0353876
Files changed (1) hide show
  1. test111.py +1 -0
test111.py CHANGED
@@ -248,6 +248,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
248
  print("Path: ", path)
249
  if path == filepath:
250
  # Read the file
 
251
  lines = f.read().split("\n")
252
  f.close()
253
 
 
248
  print("Path: ", path)
249
  if path == filepath:
250
  # Read the file
251
+ print("f: ", f)
252
  lines = f.read().split("\n")
253
  f.close()
254