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